various samples and experiments

This commit is contained in:
NikVolf
2017-05-04 19:49:40 +03:00
parent beea9addfc
commit e18e630bab
4 changed files with 51 additions and 33 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ fn main() {
// Loading module
let module = parity_wasm::deserialize_file(&args[1]).unwrap();
let replaced_funcs = vec!["_free", "_malloc"];
let replaced_funcs = vec!["_free", "_malloc", "_storage_read", "_storage_write", "_storage_size"];
// Save import functions number for later
let import_funcs_total = module