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:
Wenyong Huang
2022-08-15 10:13:37 +08:00
committed by GitHub
parent bc86674a45
commit 6798637891
5 changed files with 3 additions and 189 deletions

View File

@ -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;