diff options
author | Jérôme Vouillon <jerome.vouillon@gmail.com> | 2024-03-06 13:20:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 10:20:38 -0800 |
commit | f44912bf234d5e19a1adb34c770335f4b3190e2a (patch) | |
tree | 449996245f77e0996b76f0356fcf2d176e5a7af3 /test/lit/merge/sourcemap.wat.second | |
parent | 71bf4b3fa2716d5c54e04f7e76c2463b1adddeae (diff) | |
download | binaryen-f44912bf234d5e19a1adb34c770335f4b3190e2a.tar.gz binaryen-f44912bf234d5e19a1adb34c770335f4b3190e2a.tar.bz2 binaryen-f44912bf234d5e19a1adb34c770335f4b3190e2a.zip |
Add sourcemap support to wasm-metadce and wasm-merge (#6372)
Diffstat (limited to 'test/lit/merge/sourcemap.wat.second')
-rw-r--r-- | test/lit/merge/sourcemap.wat.second | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/lit/merge/sourcemap.wat.second b/test/lit/merge/sourcemap.wat.second new file mode 100644 index 000000000..0ea7c75fa --- /dev/null +++ b/test/lit/merge/sourcemap.wat.second @@ -0,0 +1,8 @@ +(module + ;;@ b:1:2 + (func (export "g") + ;;@ b:2:2 + (nop) + ;;@ b:3:2 + ) +) |