Keep hostcall CPU profiling off hot paths

This commit is contained in:
root
2026-07-17 02:35:03 +00:00
parent c15fdc3346
commit 5a5450caa8
6 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ WASM_COMPILE_SCRIPT=scripts/compile_wasm_unit
# WASM RUNTIME SETTINGS. Unit execution is always routed through wasm.
WASM_BACKEND_VERBOSE=0
WASM_PROFILE_HOSTCALL_CPU=1
WASM_PROFILE_HOSTCALL_CPU=0
WASM_CORE_PATH=bin/wasm/core.wasm
WASM_MEMORY_LIMIT_BYTES=536870912
WASM_EPOCH_DEADLINE_TICKS=200