cli icon indicating copy to clipboard operation
cli copied to clipboard

failed on following the "Getting Started" docs because `wasm32-wasi` is not installed automatically.

Open STRRL opened this issue 1 year ago • 2 comments

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.

https://github.com/fluencelabs/cli/blob/7605eae0960a2b446433b205035cd124f43168e9/src/lib/rust.ts#L102-L120

STRRL avatar Apr 26 '24 14:04 STRRL

or append target = "wasm32-wasi" in Cargo.toml would also resolve this issue.

STRRL avatar Apr 26 '24 14:04 STRRL

how do you think about it?

I am glad to open a PR to address it.

STRRL avatar Apr 26 '24 14:04 STRRL

thanks for your concern, sorry for answering super late. Soon this part will be completely removed in favor of renting VMs using a website UI

shamsartem avatar Dec 05 '24 14:12 shamsartem