================
@@ -36,5 +36,7 @@
 
 WASM_REF_TYPE("__externref_t", "externref_t", WasmExternRef, WasmExternRefTy, 
10)
 
+WASM_REF_TYPE("__non_null_externref_t", "non_null_externref_t", 
WasmNonNullExternRef, WasmNonNullExternRefTy, 10)
----------------
pmatos wrote:

Maybe this should be 11 or something... So that when we constraint the types 
behaviour we can differentiate it from (the nullable) externref.

https://github.com/llvm/llvm-project/pull/148935
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to