https://github.com/peterroe/wasm-starter
A template to help you start a new wasm project.
https://github.com/peterroe/wasm-starter
react rust template wasm
Last synced: 28 days ago
JSON representation
A template to help you start a new wasm project.
- Host: GitHub
- URL: https://github.com/peterroe/wasm-starter
- Owner: peterroe
- License: mit
- Created: 2022-07-29T05:28:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-23T07:40:28.000Z (12 months ago)
- Last Synced: 2025-06-23T08:39:04.079Z (11 months ago)
- Topics: react, rust, template, wasm
- Language: CSS
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## wasm-starter
A template to help you start a new wasm(Rust) project.
## Usage
```sh
$ cargo install wasm-pack # make sure wasm-pack is installed
```
```sh
$ npx degit peterroe/wasm-starter [project-name]
$ cd [project-name]
$ pnpm start
```