-
Notifications
You must be signed in to change notification settings - Fork 114
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
Need web-assembly support . #48
Comments
Hi! I suppose one option might be to use feature flags to switch between libc and std, letting users choose between wasm and embedded. Edit: the current master branch should now compile for the wasm32-unknown-unknown target. Haven't tested it yet. |
Hi again!
|
Since then, #139 has brought support for wasm32-unknown-unknown. |
Hi @gyscos Still have such problems when I read the doc https://github.com/gyscos/zstd-rs/wiki/Compile-for-WASM :
|
hello, I don't know if you have been resolved , but it looks like you didn't install the clang .. |
Hi,
It will be great help if you can guide to create a webassembly out of this library so as we can use it from browser.
The text was updated successfully, but these errors were encountered: