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

Fix: Fix it tries to use wasm_bindgen in wasm32-unknown-emscripten #130

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sevenc-nanashi
Copy link

SSIA.
closes #129.

@astraw
Copy link
Member

astraw commented Mar 16, 2024

Thank you.

Can you write a CI test which this fixes? Also, what does "SSIA" mean?

Don't worry about the existing CI test failures. They are unrelated.

@Kijewski Kijewski added the Tier-2 Rust Tier-2 platform label Mar 16, 2024
@Kijewski
Copy link
Collaborator

Also, what does "SSIA" mean?

"Subject Says It All"

Can you write a CI test which this fixes?

I don't think this is needed. We could only test that compiling for an emscripten target successfully fails at static link time instead of dynamic link time, i.e. during the build instead of only when you run it.

I know too little about emscripten. I guess you can import native JavaScript methods somehow, and get our library working on this target, too. But I guess that's for another PR.

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

Successfully merging this pull request may close these issues.

panics on wasm32-unknown-emscripten
3 participants