You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error while trying to serve a WebAssembly application via trunk:
error: the wasm*-unknown-unknown targets are not supported by default, you may need to enable the "js" feature. For more information see: https://d
ocs.rs/getrandom/#webassembly-support
--> /home/orhun/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/src/lib.rs:342:9
|
342 | / compile_error!("the wasm*-unknown-unknown targets are not supported by \
343 | | default, you may need to enable the \"js\" feature. \
344 | | For more information see: \
345 | | https://docs.rs/getrandom/#webassembly-support");
| |________________________________________________________________________^
Thanks for your work and I'm hoping to get this fixed!
The text was updated successfully, but these errors were encountered:
bson
is failing to build forwasm*-unknown-unknown
target due to the hard dependency onrand
crate defined here:bson-rust/Cargo.toml
Line 61 in 16084d9
I'm getting this error while trying to serve a WebAssembly application via
trunk
:Thanks for your work and I'm hoping to get this fixed!
The text was updated successfully, but these errors were encountered: