summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index ba8d547d8..23b7ace5a 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -1151,6 +1151,7 @@ enum ASTNodes {
StringViewWTF8Advance = 0x91,
StringViewWTF8Slice = 0x93,
StringAsWTF16 = 0x98,
+ StringViewWTF16Length = 0x99,
StringViewWTF16GetCodePoint = 0x9a,
StringViewWTF16Slice = 0x9c,
StringAsIter = 0xa0,