rust/src/librustc_binaryen
Yury Delendik cfe53c0666 Export wasm source map when debug information is enabled
We use binaryen's linker to produce a wasm file (via s2wasm). The wasm writer has capabilities to export source maps.

The produced source map contains references to the original file, that might require additional source map file processing to include / package original files with it.
2018-01-30 20:10:58 -06:00
..
BinaryenWrapper.cpp Export wasm source map when debug information is enabled 2018-01-30 20:10:58 -06:00
build.rs std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
Cargo.toml std: Add a new wasm32-unknown-unknown target 2017-11-19 21:07:41 -08:00
lib.rs Export wasm source map when debug information is enabled 2018-01-30 20:10:58 -06:00