This is a fun project indented for learning and not for production. It contains a hand-written top-down compiler which converts a subset of MiniPascal to Web Assembly Text Format (wat). The used grammar can be found here.
- Grammar for MiniPascal
- Stanford course on compilers
- Practical tutorial on compilers
- Web Assembly documentation
- The interactive demo application uses the libwabt.js script from this page which is under Apache Licese 2.0
- MDN doc about web assembly test format
- Writing Web Assembly By Hand
- WebAssembly Studio
- Great online editor for WebAssembly