fix: format function declaration for wasm_runtime_set_bounds_checks

This commit is contained in:
Alix ANNERAUD 2025-03-02 20:30:58 +01:00
parent 5d34365208
commit 41bbcb7ded

View File

@ -682,7 +682,8 @@ wasm_runtime_set_instruction_count_limit(WASMExecEnv *exec_env,
#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 */