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 want to use the package with webassembly, unfortunately there is no support (I guess) for wasm-pack's compiler wasm32-unknown-unknown. Is there any plan to add support in the close future? Thanks
I am using:
Ubuntu 18.04.2 lts
rustc 1.32.0
wasm-pack 0.6.0
41 | use std::os::unix::ffi::OsStringExt;
| ^^^^ could not find unix in os
error[E0432]: unresolved import unix
--> /home/regl/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-1.0.4/src/lin.rs:6:5
|
6 | use unix;
| ^^^^ no unix in the root
The text was updated successfully, but these errors were encountered:
I want to use the package with webassembly, unfortunately there is no support (I guess) for wasm-pack's compiler wasm32-unknown-unknown. Is there any plan to add support in the close future? Thanks
I am using:
Ubuntu 18.04.2 lts
rustc 1.32.0
wasm-pack 0.6.0
$ wasm-pack build
41 | use std::os::unix::ffi::OsStringExt;
| ^^^^ could not find
unix
inos
error[E0432]: unresolved import
unix
--> /home/regl/.cargo/registry/src/github.com-1ecc6299db9ec823/dirs-1.0.4/src/lin.rs:6:5
|
6 | use unix;
| ^^^^ no
unix
in the rootThe text was updated successfully, but these errors were encountered: