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 5021b6a29..35f131952 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1039,6 +1039,10 @@ enum ASTNodes { F16x8Max = 0x142, F16x8Pmin = 0x143, F16x8Pmax = 0x144, + I16x8TruncSatF16x8S = 0x145, + I16x8TruncSatF16x8U = 0x146, + F16x8ConvertI16x8S = 0x147, + F16x8ConvertI16x8U = 0x148, // bulk memory opcodes |