mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-16 06:31:14 +00:00
fix: format function declaration for wasm_runtime_set_bounds_checks
This commit is contained in:
parent
5d34365208
commit
41bbcb7ded
|
@ -682,7 +682,8 @@ wasm_runtime_set_instruction_count_limit(WASMExecEnv *exec_env,
|
|||
#if WASM_CONFIGURABLE_BOUNDS_CHECKS != 0
|
||||
/* See wasm_export.h for description */
|
||||
WASM_RUNTIME_API_EXTERN
|
||||
void wasm_runtime_set_bounds_checks(WASMModuleInstanceCommon *module_inst,
|
||||
void
|
||||
wasm_runtime_set_bounds_checks(WASMModuleInstanceCommon *module_inst,
|
||||
bool enable);
|
||||
|
||||
/* See wasm_export.h for description */
|
||||
|
|
Loading…
Reference in New Issue
Block a user