From 7676221b837bbd20daf1889dbdabf3cb76721658 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 7 Jun 2018 19:23:49 -0700 Subject: 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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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/ -- cgit v1.2.3