From bd630d707253a9838a3d0306e4be680942ff0715 Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Mon, 29 Aug 2022 12:48:46 -0700 Subject: Implement `extern.externalize` and `extern.internalize` (#4975) These new GC instructions infallibly convert between `extern` and `any` references now that those types are not in the same hierarchy. --- src/wasm-binary.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wasm-binary.h') diff --git a/src/wasm-binary.h b/src/wasm-binary.h index e150915a0..562196580 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -1125,6 +1125,8 @@ enum ASTNodes { BrOnNonFunc = 0x63, BrOnNonData = 0x64, BrOnNonI31 = 0x65, + ExternInternalize = 0x70, + ExternExternalize = 0x71, StringNewWTF8 = 0x80, StringNewWTF16 = 0x81, StringConst = 0x82, -- cgit v1.2.3