Setup Rust for WebAssembly

InstructorNik Graf

Share this video with your friends

Send Tweet

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.

Javier
~ 6 years ago

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!

Nik Grafinstructor
~ 6 years ago

Thanks @Javier