diff options
author | Jérôme Vouillon <jerome.vouillon@gmail.com> | 2024-04-11 17:15:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 14:15:59 -0700 |
commit | d662d732ff471ea40eacc68cf62391acf27eec4e (patch) | |
tree | a129f4d274e16f9ef7f3aacc2d9d5676afb9cac4 /test/unit | |
parent | 729f64c4212c338a9e7324cc55414ecc62a78893 (diff) | |
download | binaryen-d662d732ff471ea40eacc68cf62391acf27eec4e.tar.gz binaryen-d662d732ff471ea40eacc68cf62391acf27eec4e.tar.bz2 binaryen-d662d732ff471ea40eacc68cf62391acf27eec4e.zip |
Fixes regarding explicit names (#6466)
- Only write explicit function names.
- When merging modules, the name of types, globals and tags in all
modules but the first were lost.
- Set name as explicit when copying a function with a new name.
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/input/gc_target_feature.wasm | bin | 94 -> 91 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/test/unit/input/gc_target_feature.wasm b/test/unit/input/gc_target_feature.wasm Binary files differindex bf2ecf934..8fab7a31a 100644 --- a/test/unit/input/gc_target_feature.wasm +++ b/test/unit/input/gc_target_feature.wasm |