-
Notifications
You must be signed in to change notification settings - Fork 38
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
WASM Compilation fails with exceptions - Few libraries needs to be upgraded #165
Comments
Is this something we can do ourselves by just bumping up dependencies or should we contribute patches to other crates? |
We can try bumping things, I think most of the crates were updated to handle wasm |
PR welcome :) |
A bulk of the errors were from flate2 lib which is not wasm-compatible yet. Let us wait till it gets ready 👍 Also, we have to move to |
Is that because of the C code? We could either switch to
Sounds good. We're using randomness only for testing purposes, so it shouldn't affect our features. |
@Yoric I am waiting for this to be released rust-random/rand#520 |
most of the errors are from
std::os::raw::c_*
in libraries likeminiz-sys
memchr
etc., which are from the other libraries.cc: @Yoric
The text was updated successfully, but these errors were encountered: