Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/harzu/wasmdraw

Example for wasm webinar
https://github.com/harzu/wasmdraw

js rust wasm webassemblu webinar

Last synced: 22 days ago
JSON representation

Example for wasm webinar

Awesome Lists containing this project

README

        

# Draw with Canwas and WASM

### Install
```shell

git clone [email protected]:Harzu/wasmdraw.git
npm install

```
yarn
```shell
yarn install
```

### Develop
```shell

npm start

```
### build
```shell

npm run build

```

### Check build
```shell

npm run check_build

```