diff options
author | Heejin Ahn <aheejin@gmail.com> | 2021-02-13 21:23:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-13 21:23:47 +0900 |
commit | c12cc3f50c0ef798b218739fc3de06237ea2c5d5 (patch) | |
tree | 512a69360c953ac88f257fb7340a35bf895c4b6d /src/wasm/wasm-stack.cpp | |
parent | ac3188facecb78ebaea1eec6cd6e4723a1a161fe (diff) | |
download | binaryen-c12cc3f50c0ef798b218739fc3de06237ea2c5d5.tar.gz binaryen-c12cc3f50c0ef798b218739fc3de06237ea2c5d5.tar.bz2 binaryen-c12cc3f50c0ef798b218739fc3de06237ea2c5d5.zip |
[EH] Update C and binaryen.js API for delegate (#3565)
This updates C and binaryen.js API to match the new `Try` structure to
support `delegate`, added in #3561. Now `try` can take a name (which can
be null) like a block, and also has an additional `delegateTarget` field
argument which should only be used for try-delegate and otherwise null.
This also adds several more variant of `makeTry` methods in
wasm-builder. Some are for making try-delegate and some are for
try-catch(_all).
Diffstat (limited to 'src/wasm/wasm-stack.cpp')
0 files changed, 0 insertions, 0 deletions