| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index e6e12b4dbe3298a3072469ef2e99034a4e6131d9..7740a31a04c65068d10641314b230dcd490c8c6c 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -599,6 +599,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) \
|
|
|