Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index bb34210c069cc9d3929145883edda52d4d0dcc12..d621f237afd450cbf74ff985db9d95487ee234b9 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -609,6 +609,8 @@ namespace internal { |
F(ValidateWasmInstancesChain, 2, 1) \ |
F(ValidateWasmModuleState, 1, 1) \ |
F(ValidateWasmOrphanedInstance, 1, 1) \ |
+ F(SetWasmCompileControls, 2, 1) \ |
+ F(SetWasmInstantiateControls, 0, 1) \ |
F(Verify, 1, 1) |
#define FOR_EACH_INTRINSIC_TYPEDARRAY(F) \ |