An open API service indexing awesome lists of open source software.

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.

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
```