GitHub - kign/c4wa: A simplified subset of C transpiled into Web Assembly
C compiler for Web Assembly (c4wa)
This is a compiler from a subset of C language to Web Assembly.
If you're not familiar with Web Assembly, check out Wikipedia article.
Web Assembly is a new universal executable format for the Web; it complements more traditional JavaScript
for computationally intensive tasks or if there is a need to port to Web existing code written in other languages.
Binary Web Assembly files have extension .wasm; throughout this document, WASM is used both as the name
for b...
Read more at github.com