resolve conflict, replace two primary map to hash map

This commit is contained in:
Bo Yao
2021-04-20 16:50:05 -07:00
parent 2a3efeb1d2
commit 92af25a585
117 changed files with 11350 additions and 1540 deletions

View File

@@ -77,7 +77,6 @@ int main(int argc, const char* argv[]) {
printf("Results of `sum`: %d\n", results_val[0].of.i32);
wasm_func_delete(sum_func);
wasm_module_delete(module);
wasm_instance_delete(instance);
wasm_extern_vec_delete(&exports);