https://github.com/coder543/zapper_web
https://github.com/coder543/zapper_web
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coder543/zapper_web
- Owner: coder543
- Created: 2018-05-19T06:36:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T16:46:16.000Z (almost 8 years ago)
- Last Synced: 2025-04-28T17:55:55.644Z (about 1 year ago)
- Language: Rust
- Homepage: https://ceres1.space/zapper_web
- Size: 11.7 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zapper_web
To build this project, make sure that `cargo web` is installed:
`cargo install cargo-web`
Then build it:
`cargo web deploy --release --target wasm32-unknown-unknown`
The release files will be in `target/deploy/`.
You can also do:
`cargo web start --release --target wasm32-unknown-unknown`
to have a development server start locally that you can browse to, which will rebuild as changes are made to the source code.