https://github.com/evanw/wasm-lang
A hobby language that compiles to WebAssembly
https://github.com/evanw/wasm-lang
Last synced: about 2 months ago
JSON representation
A hobby language that compiles to WebAssembly
- Host: GitHub
- URL: https://github.com/evanw/wasm-lang
- Owner: evanw
- Created: 2018-03-04T19:33:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T15:07:26.000Z (about 5 years ago)
- Last Synced: 2025-04-11T00:12:49.854Z (about 2 months ago)
- Language: TypeScript
- Size: 358 KB
- Stars: 22
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Please ignore this
It's a hobby project and can't be used for anything yet. This repo will go away if it ever becomes something real.
To try it, run `tsc && rollup -c` and then open `index.html`.