fix: correct function declaration for wasm_runtime_set_instruction_count_limit

This commit is contained in:
Alix ANNERAUD 2025-03-02 20:29:12 +01:00
parent 161c945cf7
commit 5d34365208

View File

@ -676,7 +676,7 @@ wasm_runtime_set_native_stack_boundary(WASMExecEnv *exec_env,
/* See wasm_export.h for description */
WASM_RUNTIME_API_EXTERN void
wasm_runtime_set_instruction_count_limit(WASMExecEnv *exec_env,
int instructions_to_execute)
int instructions_to_execute);
#endif
#if WASM_CONFIGURABLE_BOUNDS_CHECKS != 0