-
Notifications
You must be signed in to change notification settings - Fork 266
Closed
Description
I'm trying to build using wasm-pack build
and its giving me this error:
Compiling socket2 v0.3.9
error[E0583]: file not found for module `sys`
--> /home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.3.9/src/lib.rs:72:5
|
72 | mod sys;
| ^^^
|
= help: name the file either sys.rs or sys/mod.rs inside the directory "/home/justin/.cargo/registry/src/github.com-1ecc6299db9ec823/socket2-0.3.9/src"
I'm very new at this but it seems like its pulling down the latest version of the code in this repo and failing to compile.
Any help would be greatly appreciated.
Metadata
Metadata
Assignees
Labels
No labels