Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ColinEberhardt/chasm
A simple compile-to-WebAssembly language
https://github.com/ColinEberhardt/chasm
Last synced: 10 days ago
JSON representation
A simple compile-to-WebAssembly language
- Host: GitHub
- URL: https://github.com/ColinEberhardt/chasm
- Owner: ColinEberhardt
- License: mit
- Created: 2019-04-24T13:16:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T20:18:14.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T00:02:24.942Z (10 days ago)
- Language: TypeScript
- Homepage: https://colineberhardt.github.io/chasm/
- Size: 449 KB
- Stars: 351
- Watchers: 10
- Forks: 32
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chasm
## A very simple compile-to-WebAssembly language
You can [play with chasm online](https://colineberhardt.github.io/chasm/).
chasm is a very simple programming language which I have developed to accompany a talk at [FullStack Conference NYC](https://skillsmatter.com/conferences/11077-fullstack-nyc-2019-the-conference-on-javascript-node-and-internet-of-things). It is not intended to be a fully featured language; rather, its purpose is two-fold:
1. Introduce the basic building blocks of compilers - and show that they aren't that scary or difficult!
2. Reveal some of the inner working of WebAssembly, a new and exciting language / runtime that I think people need to know more about.The commits in this repo correspond to the live demos in the accompanying talk, if you'd like to follow along at home!