Delete setup_web.sh

This commit is contained in:
removedporn 2022-01-09 18:13:00 +08:00 committed by GitHub
parent abf13297bc
commit 1a9b821942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +0,0 @@
#!/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`:
cargo install basic-http-server