-
Notifications
You must be signed in to change notification settings - Fork 102
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
Cannot compile to wasm without wasm-bindgen with v0.8.1 #140
Comments
I agree adding a I used to manually set |
This also causes #141 which breaks |
In fact, the standard That is because
Therefore, there is no way to "turn off" |
rust-lang/cargo#4866 and rust-lang/cargo#1197 document the fact that target-specific features are not supported. All features are merged regardless of target. Supposedly |
Fixed |
In the latest update
getrandom
now includeswasm-bindgen
which causes problems in my project because I'm just compiling raw WASM.Is there a way to compile this library for wasm that doesn't force the
js
feature ingetrandom
?This has also been pointed out at #129 (comment) which is on the pull-request which made the change to cause this issue
The text was updated successfully, but these errors were encountered: