In order to setup a project we need to install the nightly build of Rust and add the WebAssembly target. For an improved workflow we also install the CLI tools wasm-pack and wasm-gc.
Hi! just to mention that in case someone run into an error: failed to run custom build command for openssl-sys v0.9.38
while doing: cargo install https
, installing libssl-dev
package did the fix for me.
Cheers!
Thanks @Javier