| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index ffd22312a131c3756bf7e1c40be6ef17f94a227e..94409558ab2eada0ddce12528b570433ea704003 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -910,6 +910,7 @@ namespace internal {
|
| F(SerializeWasmModule, 1, 1) \
|
| F(DeserializeWasmModule, 2, 1) \
|
| F(IsAsmWasmCode, 1, 1) \
|
| + F(IsWasmCode, 1, 1) \
|
| F(ValidateWasmInstancesChain, 2, 1) \
|
| F(ValidateWasmModuleState, 1, 1) \
|
| F(ValidateWasmOrphanedInstance, 1, 1)
|
|
|