From bbf40d06a162be8f88a60d1fc4edc3f0015c6c91 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 29 Jan 2021 02:47:52 +0000 Subject: [GC] ref.as_non_null (#3527) This is different than the other RefAs variants in that it is part of the typed functions proposal, and not GC. But it is part of GC prototype 3. Note: This is not useful to us yet as we don't support non-nullable types. --- src/wasm-binary.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wasm-binary.h') diff --git a/src/wasm-binary.h b/src/wasm-binary.h index e976a57bf..3536afaf8 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -996,6 +996,7 @@ enum ASTNodes { RefNull = 0xd0, RefIsNull = 0xd1, RefFunc = 0xd2, + RefAsNonNull = 0xd3, // exception handling opcodes -- cgit v1.2.3