Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 653a2ff0700d8bb0178de787755d90013e706b42..290cbde8154344680de23d83307b7db13f37b228 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -911,6 +911,7 @@ namespace internal { |
F(DeserializeWasmModule, 2, 1) \ |
F(IsAsmWasmCode, 1, 1) \ |
F(IsWasmCode, 1, 1) \ |
+ F(DisallowCodegenFromStrings, 0, 1) \ |
F(ValidateWasmInstancesChain, 2, 1) \ |
F(ValidateWasmModuleState, 1, 1) \ |
F(ValidateWasmOrphanedInstance, 1, 1) \ |