marshallpierce / rust-base64

base64, in rust
Apache License 2.0
606 stars 113 forks source link

not support wasm #178

Closed cuitxcl closed 2 years ago

cuitxcl commented 2 years ago

the wasm32-unknown-unknown target is not supported by default, you may need to enable the "js" feature

marshallpierce commented 2 years ago

Can you be more specific? It builds for me with cargo build --target wasm32-unknown-unknown --no-default-features.

marshallpierce commented 2 years ago

Idle.