Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brandonxiang/example-webassembly

examples for webassembly
https://github.com/brandonxiang/example-webassembly

Last synced: 16 days ago
JSON representation

examples for webassembly

Awesome Lists containing this project

README

        

## wasm-pack

### installation

```
# install rush first
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# reboot your terminal
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
```