Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brandonxiang/example-webassembly
- Owner: brandonxiang
- Created: 2019-09-26T10:42:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T07:16:34.000Z (over 1 year ago)
- Last Synced: 2024-10-11T12:58:25.024Z (about 1 month ago)
- Language: Rust
- Size: 390 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
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
```