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

Option to turn off wasm-exceptions for emscripten builds not available #776

Closed
dsamo opened this issue Jul 5, 2024 · 1 comment
Closed
Labels
transition Transition to bfgroup/b2

Comments

@dsamo
Copy link

dsamo commented Jul 5, 2024

Hello, in our company we use boost builds in a webassembly client using emscripten.

Since boost 1.85 it seems by looking into the emscripten jam file that there is no way to turn off wasm-exceptions unless we use node < 16 or emscripten major version < 2.
Currently our wasm client is still using js exceptions and if we are to transition we need to put time there to investigate certain things. But with the restriction above we now have a client being built with js exceptions and a library (boost) being built with wasm-exceptions which leads to undefined symbols linker error for __wasm_lpad_context.

Is there a feature flag to circumvent this explicitly?

Copy link
Contributor

github-actions bot commented Jul 5, 2024

Thank you for your contributions. Main development of B2 has moved to https://github.com/bfgroup/b2 Please consider following up at https://github.com/bfgroup/b2/issues

@github-actions github-actions bot added the transition Transition to bfgroup/b2 label Jul 5, 2024
@github-actions github-actions bot closed this as completed Jul 5, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jul 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
transition Transition to bfgroup/b2
Projects
None yet
Development

No branches or pull requests

1 participant