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 got the latest maidsafe repo code, then I cd into the autonomi folder.
Then I do:
cargo build
After that I cd back to the root and run:
SAFE_PEERS=/ip4/157.245.40.245/udp/57224/quic-v1/p2p/12D3KooWGB1aq5dbWT8oY5hQwmT63JZSgtLDMRWhnNuoM7fvpdGf wasm-pack test --release --firefox autonomi --features=data,files --test wasm -- put
The error I get:
[INFO]: 🎯 Checking for the Wasm target...
error: none of the selected packages contains these features: files, did you mean: fs, full?
Error: Compilation of your program failed
Caused by: Compilation of your program failed
Caused by: failed to execute `cargo build`: exited with exit status: 101
full command: cd "autonomi" && "cargo" "build" "--tests" "--release" "--target" "wasm32-unknown-unknown" "--features=data,files" "--test" "wasm"
The text was updated successfully, but these errors were encountered:
I'm creating a browser extension and would like to use wasm for the client api.
I'm following along with the instructions on:
https://github.com/maidsafe/safe_network/tree/main/autonomi
I got the latest maidsafe repo code, then I cd into the autonomi folder.
Then I do:
cargo build
After that I cd back to the root and run:
SAFE_PEERS=/ip4/157.245.40.245/udp/57224/quic-v1/p2p/12D3KooWGB1aq5dbWT8oY5hQwmT63JZSgtLDMRWhnNuoM7fvpdGf wasm-pack test --release --firefox autonomi --features=data,files --test wasm -- put
The error I get:
The text was updated successfully, but these errors were encountered: