diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index d8d712f62..0e4b4b873 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1071,6 +1071,10 @@ enum ASTNodes { RefCast = 0x41, BrOnCast = 0x42, BrOnCastFail = 0x43, + RefTestStatic = 0x44, + RefCastStatic = 0x45, + BrOnCastStatic = 0x46, + BrOnCastStaticFail = 0x47, RefIsFunc = 0x50, RefIsData = 0x51, RefIsI31 = 0x52, |