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:
@ -689,20 +689,6 @@ WASM_RUNTIME_API_EXTERN const uint8 *
|
||||
wasm_runtime_get_custom_section(WASMModuleCommon *const module_comm,
|
||||
const char *name, uint32 *len);
|
||||
|
||||
uint32
|
||||
wasm_runtime_get_temp_ret(WASMModuleInstanceCommon *module_inst);
|
||||
|
||||
void
|
||||
wasm_runtime_set_temp_ret(WASMModuleInstanceCommon *module_inst,
|
||||
uint32 temp_ret);
|
||||
|
||||
uint32
|
||||
wasm_runtime_get_llvm_stack(WASMModuleInstanceCommon *module_inst);
|
||||
|
||||
void
|
||||
wasm_runtime_set_llvm_stack(WASMModuleInstanceCommon *module_inst,
|
||||
uint32 llvm_stack);
|
||||
|
||||
#if WASM_ENABLE_MULTI_MODULE != 0
|
||||
WASM_RUNTIME_API_EXTERN void
|
||||
wasm_runtime_set_module_reader(const module_reader reader,
|
||||
|
||||
Reference in New Issue
Block a user