Today, I reworked the realloc() implementation of the WASM backend of my toy CPS programming language.. and got things very close to a first actual program compiled to WASM. ✨
Lack of a type system hurts a lot though. Even a C-like type system that lets one differentiate single and double pointers would be an improvement! 😅
https://codeberg.org/bojidar-bg/project-world/src/branch/wasm
