Fix typo 'destory' and compile issue (#119)
* Optimize samples build process * Samples: build 64 bit version by default * Fix typo 'destory' * Fix compile issue
This commit is contained in:
@ -1116,7 +1116,7 @@ wasm_runtime_create_exec_env(uint32 stack_size)
|
||||
}
|
||||
|
||||
void
|
||||
wasm_runtime_destory_exec_env(WASMExecEnv *env)
|
||||
wasm_runtime_destroy_exec_env(WASMExecEnv *env)
|
||||
{
|
||||
if (env) {
|
||||
wasm_free(env->stack);
|
||||
|
||||
Reference in New Issue
Block a user