feat(web): inline C source code in source map
This commit is contained in:
parent
0be215e152
commit
a1211d3fbd
2 changed files with 2 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
4.0.5
|
||||
4.0.6
|
||||
|
|
|
|||
|
|
@ -150,8 +150,7 @@ pub fn run_wasm(args: &BuildWasm) -> Result<()> {
|
|||
|
||||
#[rustfmt::skip]
|
||||
emscripten_flags.extend([
|
||||
"-gsource-map",
|
||||
"--source-map-base", ".",
|
||||
"-gsource-map=inline",
|
||||
"-fno-exceptions",
|
||||
"-std=c11",
|
||||
"-s", "WASM=1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue