diff options
author | Alon Zakai <alonzakai@gmail.com> | 2018-06-07 19:23:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-07 19:23:49 -0700 |
commit | 7676221b837bbd20daf1889dbdabf3cb76721658 (patch) | |
tree | 32f5721cdcf90cf0e4316fc2ba131549c8a90f8e /.gitignore | |
parent | 3af404435b3cfa90704810370703f20921c055dd (diff) | |
download | binaryen-7676221b837bbd20daf1889dbdabf3cb76721658.tar.gz binaryen-7676221b837bbd20daf1889dbdabf3cb76721658.tar.bz2 binaryen-7676221b837bbd20daf1889dbdabf3cb76721658.zip |
wasm-opt source map support (#1557)
* support source map input in wasm-opt, refactoring the loading code into wasm-io
* use wasm-io in wasm-as
* support output source maps in wasm-opt
* add a test for wasm-opt and source maps
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 91d93b4a5..f7e2cbede 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ test/wasm-binaries-*.tbz2 test/wasm-torture-s-*.tbz2 test/wasm-install/ test/validator/*.wasm +*.map # files related to building in-tree CMakeFiles/ |