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

Fail to build on wasm32 non-WASI #485

Open
TheBlueMatt opened this issue Aug 15, 2022 · 2 comments
Open

Fail to build on wasm32 non-WASI #485

TheBlueMatt opened this issue Aug 15, 2022 · 2 comments

Comments

@TheBlueMatt
Copy link
Member

Because of rustwasm/team#291 we cannot realistically support any WASM targets aside from wasm32-wasi. We should find a way to error with a message linking to that issue if a user tries to build with a different triple.

@wilfredjonathanjames
Copy link

Does this mean the crate will never run with wasm32-unknown-unknown?

@apoelstra
Copy link
Member

Not never, but not until this issue is fixed -- and we are not the only C-binding library who is struggling with this.

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

3 participants