We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think this happened after I updated LLVM, but I updated a few other things too so I'm not sure. STR:
$ wdwarf-cp emcc-6-pre-byn.wasm -o final.wasm -m emcc-9-output_map.map -w emcc-8-wasm-opt.wasm thread 'main' panicked at 'new dwarf: MissingCompilationDirectory', src/libcore/result.rs:1165:5
emscripten_temp.zip
The text was updated successfully, but these errors were encountered:
Oh, this seems to happen when building with -gline-tables-only. So maybe that isn't a supported mode with wtmaps-utils?
-gline-tables-only
Sorry, something went wrong.
this seems to happen when building with -gline-tables-only
I'll check this anyway, just to see what's going on
Looks like it was fixed by gimli-rs/gimli#430 -- updating to new gimli with fix the issue.
Fixed by 011e955
No branches or pull requests
I think this happened after I updated LLVM, but I updated a few other things too so I'm not sure. STR:
emscripten_temp.zip
The text was updated successfully, but these errors were encountered: