https://github.com/rggh/wazz
wat to wasm
https://github.com/rggh/wazz
wasm wat
Last synced: 10 months ago
JSON representation
wat to wasm
- Host: GitHub
- URL: https://github.com/rggh/wazz
- Owner: RGGH
- Created: 2024-11-08T09:54:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T10:06:32.000Z (over 1 year ago)
- Last Synced: 2025-06-12T22:32:37.800Z (12 months ago)
- Topics: wasm, wat
- Language: HTML
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## minimalist WASM from .wat
- install wat2wasm
- https://webassembly.github.io/wabt/demo/wat2wasm/
- make .wat file
- convert to wasm
- call from js (put the inside index.html)
```wat2wasm calc.wat -o rectangle_area.wasm```
run http-server and open link in browser:
