https://github.com/sendilkumarn/simple-wasm-tutorial
A simple wasm tutorial with rust
https://github.com/sendilkumarn/simple-wasm-tutorial
Last synced: 8 months ago
JSON representation
A simple wasm tutorial with rust
- Host: GitHub
- URL: https://github.com/sendilkumarn/simple-wasm-tutorial
- Owner: sendilkumarn
- Created: 2017-11-02T06:46:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T06:46:55.000Z (over 8 years ago)
- Last Synced: 2025-05-21T14:22:23.150Z (11 months ago)
- Language: JavaScript
- Size: 316 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample wasm project
To run this project, do the following
```
npm install
npm run compile // if you have emcc activated in your system
npm run serve
```
Note: added build folder which has wasm here. Just to make sure that you can run
this even when you don't have emcc to compile rust. :)
Happy Hacking :)