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

wasm32-unknown-emscripten support #1468

Open
walkingeyerobot opened this issue Jan 25, 2025 · 0 comments
Open

wasm32-unknown-emscripten support #1468

walkingeyerobot opened this issue Jan 25, 2025 · 0 comments

Comments

@walkingeyerobot
Copy link

💡 Feature description

Add support for wasm32-unknown-emscripten. Support is being added to Emscripten incorporate wasm-bindgen output. However, due to how Emscripten is set up, it needs to invoke wasm-bindgen itself. Because cargo does not support binary tool dependencies, that makes it impossible to have cargo build alone run both the compiler and the Emscripten linker. So instead, we can leverage wasm-pack to make sure wasm-bindgen is available before link time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant