diff options
author | Heejin Ahn <aheejin@gmail.com> | 2022-05-26 18:55:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 18:55:57 -0700 |
commit | 590af8639ab4f6cfd82452b5ff2b431b470c64a5 (patch) | |
tree | 26970ab74c936d4aff1a445f4c36a4aaf3e5f2e9 /scripts/test/shared.py | |
parent | 626132d69687dd4d04062009aac9b14a3d5b7738 (diff) | |
download | binaryen-590af8639ab4f6cfd82452b5ff2b431b470c64a5.tar.gz binaryen-590af8639ab4f6cfd82452b5ff2b431b470c64a5.tar.bz2 binaryen-590af8639ab4f6cfd82452b5ff2b431b470c64a5.zip |
[EH] Export tags (#4691)
This adds exported tags to `exports` section in wasm-emscripten-finalize
metadata so Emscripten can use it.
Also fixes a bug in the parser. We have only recognized the export
format of
```wasm
(tag $e2 (param f32))
(export "e2" (tag $e2))
```
and ignored this format:
```wasm
(tag $e1 (export "e1") (param i32))
```
Companion patch: https://github.com/emscripten-core/emscripten/pull/17064
Diffstat (limited to 'scripts/test/shared.py')
0 files changed, 0 insertions, 0 deletions