Closed dhil closed 7 months ago
This patch synchronises with the WebAssembly/spec#wasm-3.0+exn branch.
WebAssembly/spec#wasm-3.0+exn
I noticed that the token EXN_REF was unused, so I deleted it. I have also disabled a test in test/core/tag.wast as it is invalid with the WasmFX proposal.
EXN_REF
test/core/tag.wast
OK, thanks! I will disable the workflow.
This patch synchronises with the
WebAssembly/spec#wasm-3.0+exn
branch.I noticed that the token
EXN_REF
was unused, so I deleted it. I have also disabled a test intest/core/tag.wast
as it is invalid with the WasmFX proposal.