egui/setup_web.sh

7 lines
127 B
Bash
Executable file

#!/bin/bash
set -eu
# Pre-requisites:
rustup target add wasm32-unknown-unknown
cargo install -f wasm-bindgen-cli
cargo update