[stack-switching] Support the `resume_throw_ref` instruction by dhil · Pull Request #2423 · bytecodealliance/wasm-tools
This patch adds support for the `resume_throw_ref` instruction, which is similar to the `resume_throw` instruction, but rather than injecting a fresh exception into the continuation, the `resume_throw_ref` instruction injects an exception reference into the continuation. Note: the new instruction is, at the time of writing, assigned the opcode `0xE5` conflicting with the `switch` instruction, which has been assigned `0xE6` as its opcode instead (c.f. [the work-in-progress specification](https://github.com/WebAssembly/stack-switching/blob/main/proposals/stack-switching/Explainer.md#binary-format)).
dhil
deleted the
resume-throw-ref
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters