Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/steelx/rust-wasm-boilerplate

rust-wasm-boilerplate
https://github.com/steelx/rust-wasm-boilerplate

rust rust-wasm wasm

Last synced: 2 days ago
JSON representation

rust-wasm-boilerplate

Awesome Lists containing this project

README

        

### Pre-setup
Download wasm-pack
`https://rustwasm.github.io/wasm-pack/installer/`

Rust wasm32
`rustup target add wasm32-unknown-unknown --toolchain nightly`

## Setup
```bash
npm install
```

## Run
```bash
npm run dev
```

## Build
```bash
npm run build
```

cloned from `https://github.com/steelx/rust-wasm-boilerplate`