Skip to content
New issue

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

[Bazel] Support for feature debug fission in emsdk-bazel-toolchain #1479

Open
trzeciak opened this issue Oct 23, 2024 · 0 comments
Open

[Bazel] Support for feature debug fission in emsdk-bazel-toolchain #1479

trzeciak opened this issue Oct 23, 2024 · 0 comments
Labels
bazel Issues related to Bazel toolchain

Comments

@trzeciak
Copy link
Contributor

This is a feature request to add support for Debug Fission (dwarf-5 in separated .dwo/.dwp file), in emsdk-bazel-toolchain.

From similar reports I've learned that the emscripten team is not currently maintaining a toolchain for bazel, but maybe someone else has it partly ready?

The motivation for this fr is to improve the developer experience of debugging C++ applications in WebAssembly by reducing linking times and reducing the time needed to parse symbol files by devtools.

References:

@walkingeyerobot walkingeyerobot added the bazel Issues related to Bazel toolchain label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bazel Issues related to Bazel toolchain
Projects
None yet
Development

No branches or pull requests

2 participants