Added cache into standalone app

This commit is contained in:
Syrus
2019-02-22 11:42:30 -08:00
parent c9969f269c
commit fdb2a67579
7 changed files with 85 additions and 22 deletions

View File

@ -565,8 +565,6 @@ mod vm_ctx_tests {
namespace_table: StringTable::new(),
name_table: StringTable::new(),
wasm_hash: WasmHash::generate(&[]),
},
}
}