| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index 974adf7c38a920fd579f397e66c0f699b250b490..7eadbe2c09f9c29cfb1c3f948cfa82820e90278e 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -914,6 +914,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) \
|
|
|