https://github.com/alvinhochun/wasm-project-template
https://github.com/alvinhochun/wasm-project-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvinhochun/wasm-project-template
- Owner: alvinhochun
- Created: 2020-02-24T11:22:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T09:19:34.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T04:51:05.454Z (4 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Quick and dirty WASM project template without Node.js
To build and start a local HTTP server for testing:
```
cargo xtask run-dev
```