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
{{ message }}
This repository was archived by the owner on Dec 16, 2024. It is now read-only.
Getting : "No available targets are compatible with triple "x86_64-unknown-linux-gnu" when building my project with cargo build --release --target "wasm32-wasi"
Target LLVM doesnt have other targets. Installed LLVM target on ubuntu using https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-16/wasi-sdk_16.0_amd64.deb
Getting : "No available targets are compatible with triple "x86_64-unknown-linux-gnu" when building my project with
cargo build --release --target "wasm32-wasi"Target LLVM doesnt have other targets. Installed LLVM target on ubuntu using
https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-16/wasi-sdk_16.0_amd64.deb