mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-10 05:36:15 +00:00
update signature
This commit is contained in:
parent
5bfbfd5f58
commit
478b373cda
|
@ -4197,7 +4197,7 @@ wasm_get_module_inst_mem_consumption(const WASMModuleInstance *module_inst,
|
||||||
|| (WASM_ENABLE_MEMORY_TRACING != 0) */
|
|| (WASM_ENABLE_MEMORY_TRACING != 0) */
|
||||||
|
|
||||||
#if WASM_ENABLE_DUMP_CALL_STACK != 0
|
#if WASM_ENABLE_DUMP_CALL_STACK != 0
|
||||||
uint32
|
void
|
||||||
wasm_interp_iterate_callstack(WASMExecEnv *exec_env,
|
wasm_interp_iterate_callstack(WASMExecEnv *exec_env,
|
||||||
const wasm_frame_callback frame_handler,
|
const wasm_frame_callback frame_handler,
|
||||||
void *user_data)
|
void *user_data)
|
||||||
|
|
|
@ -731,7 +731,7 @@ wasm_get_table_inst(const WASMModuleInstance *module_inst, uint32 tbl_idx)
|
||||||
|
|
||||||
#if WASM_ENABLE_DUMP_CALL_STACK != 0
|
#if WASM_ENABLE_DUMP_CALL_STACK != 0
|
||||||
|
|
||||||
uint32
|
void
|
||||||
wasm_interp_iterate_callstack(WASMExecEnv *exec_env,
|
wasm_interp_iterate_callstack(WASMExecEnv *exec_env,
|
||||||
const wasm_frame_callback frame_handler,
|
const wasm_frame_callback frame_handler,
|
||||||
void *user_data);
|
void *user_data);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user