mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
Update examples to not free things cast from extern
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user