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
Cargo.toml
lib.rs Export wasm source map when debug information is enabled 2018-01-30 20:10:58 -06:00