- Run `build.sh` or `build.ps1`, then open `index.html` in a web browser, or use a local server. (Opening the file directly may not work in some browsers.)
Once you rename the crate in `Cargo.toml` (The `name` field under `[Package]`), make the
following changes:
- Replace both occurances of `appname` (`/appname.js` and `/appname.wasm`) in `index.html` with your crate's name.
- Make the same replacement in either `build.sh`, or `build.ps1`, depending on your