Remove some unused codes (#1379)
Remove some unused fields in module instance and the related codes, which are introduced by emsdk some special mode (-DSIDE_MODULE=1), and are not required now.
This commit is contained in:
@ -218,9 +218,6 @@ struct WASMModuleInstance {
|
||||
|
||||
WASMExecEnv *exec_env_singleton;
|
||||
|
||||
uint32 temp_ret;
|
||||
uint32 llvm_stack;
|
||||
|
||||
/* Default WASM stack size of threads of this Module instance. */
|
||||
uint32 default_wasm_stack_size;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user