template-core/src/wasm/README.md
wasm32-unknown-unknown target installed in rustup (if not, do: rustup target add wasm32-unknown-unknown)wasm-pack installed (if not, do: cargo install wasm-pack)wasm-pack build --target web --releasebasic-http-server installed (if not, do: cargo install basic-http-server).executor-wasm directory. Alternatively, clone everything except Cargo.toml and src directory
to the root of your project (../).basic-http-server in executor-wasm directory (or in root folder if you you've used alternative path).If everything has succeeded, open a web browser at http://localhost:4000/, click "Start" button and your game shoud load.