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
Hi, when I followed the instruction to build the repo on macOS, I got the error below. I also tried it on ubuntu, and got the similar error. Any idea? Thanks
I tried to add the target "wasm32-unknown-wasi" to rust by rustup target add wasm32-unknown-wasi. I got another error:
error: toolchain 'stable-aarch64-apple-darwin' does not support target 'wasm32-unknown-wasi'
note: you can see a list of supported targets with `rustc --print=target-list`
note: if you are adding support for a new target to rustc itself, see https://rustc-dev-guide.rust-lang.org/building/new-target.html
The text was updated successfully, but these errors were encountered:
Hi, when I followed the instruction to build the repo on macOS, I got the error below. I also tried it on ubuntu, and got the similar error. Any idea? Thanks
I tried to add the target "wasm32-unknown-wasi" to rust by
rustup target add wasm32-unknown-wasi
. I got another error:The text was updated successfully, but these errors were encountered: