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-3d


https://github.com/steelx/rust-wasm-3d

rust rust-lang wasm

Last synced: 2 days ago
JSON representation

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

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