wasm-tutorial setup # install rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # install wasmtime curl https://wasmtime.dev/install.sh -sSf | bash # install wasm-bindgen-cli cargo install wasm-bindgen-cli