Files
ReactionSystemsGUI/reaction_systems_gui/setup_web.sh

11 lines
216 B
Bash
Raw Normal View History

2025-10-17 21:42:41 +02:00
#!/bin/bash
set -eu
# Pre-requisites:
rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli
cargo update -p wasm-bindgen
# For local tests with `./start_server`:
2025-10-29 17:16:14 +01:00
# cargo install basic-http-server