We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm32-wasi
Hi team!
I am exploring the fluence and trying to build my first application on it.
I followed this doc: https://fluence.dev/docs/build/overview/getting_started
I get lots of build errors because I already get rust setup up on my machine but wasm32-wasi support is not installed by default.
I saw some codes to setup rust but I think maybe my situation is not covered.
cli/src/lib/rust.ts
Lines 102 to 120 in 7605eae
The text was updated successfully, but these errors were encountered:
or append target = "wasm32-wasi" in Cargo.toml would also resolve this issue.
target = "wasm32-wasi"
Cargo.toml
Sorry, something went wrong.
how do you think about it?
I am glad to open a PR to address it.
No branches or pull requests
Hi team!
I am exploring the fluence and trying to build my first application on it.
I followed this doc: https://fluence.dev/docs/build/overview/getting_started
I get lots of build errors because I already get rust setup up on my machine but
wasm32-wasi
support is not installed by default.I saw some codes to setup rust but I think maybe my situation is not covered.
cli/src/lib/rust.ts
Lines 102 to 120 in 7605eae
The text was updated successfully, but these errors were encountered: