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
|
@ -680,9 +680,10 @@ wasm_runtime_set_instruction_count_limit(WASMExecEnv *exec_env,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if WASM_CONFIGURABLE_BOUNDS_CHECKS != 0
|
#if WASM_CONFIGURABLE_BOUNDS_CHECKS != 0
|
||||||
/* See wasm_export.h for description */
|
/* See wasm_export.h for description */
|
||||||
WASM_RUNTIME_API_EXTERN
|
WASM_RUNTIME_API_EXTERN
|
||||||
void wasm_runtime_set_bounds_checks(WASMModuleInstanceCommon *module_inst,
|
void
|
||||||
|
wasm_runtime_set_bounds_checks(WASMModuleInstanceCommon *module_inst,
|
||||||
bool enable);
|
bool enable);
|
||||||
|
|
||||||
/* See wasm_export.h for description */
|
/* See wasm_export.h for description */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user