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

Support WASM #4

Open
lostb1t opened this issue Feb 14, 2024 · 1 comment
Open

Support WASM #4

lostb1t opened this issue Feb 14, 2024 · 1 comment

Comments

@lostb1t
Copy link
Contributor

lostb1t commented Feb 14, 2024

Would be nice to have WASM support. But hyper does not play well with WASM.

Reqwest does tho, so if hyper dependency is removed it should work.

@zhengcan
Copy link
Owner

I've created a new branch wasm to fix wasm issue.
It can be built via cargo build --target wasm32-unknown-unknown now.
But I'm not sure it can work well in wasm, we may need more tests.

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

2 participants