PeerPiper / peerpiper

Home & Browser nodes, WebAssembly Wallets, Plugin system
https://peerpiper.io
MIT License
3 stars 1 forks source link

error: failed to find the `wasm32-wasi` target and `rustup` is not available #5

Open silkroadnomad opened 8 months ago

silkroadnomad commented 8 months ago

When doing just all I tried to resolve this error with rustup target add wasm32-wasi in the main project directory but doesn't seem to be the right place for it.

DougAnderson444 commented 8 months ago

You should be able to add wasm32-wasi target anywhere.

You should also have the unknown target for the wasm-bindgen code:

Add wasm32-unknown-unknown target: rustup target add wasm32-unknown-unknown

DougAnderson444 commented 8 months ago

weird that rustup is "not available". If you've installed rustup, it should be available anywhere in the CLI!

What OS are you using?

silkroadnomad commented 8 months ago

I use MacOS. You Linux?

DougAnderson444 commented 8 months ago

Linux for me.

Did you get this to work?