feat(web): inline C source code in source map

This commit is contained in:
Boris Verkhovskiy 2025-08-29 12:26:27 -06:00 committed by GitHub
parent 0be215e152
commit a1211d3fbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View file

@ -1 +1 @@
4.0.5
4.0.6

View file

@ -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",