This devlog is hand-synced with my twitter account @UrjasviS.
You can subscribe to this page via RSS.
This page lists entries for the current year, for past entries consult the devlog archive.
Wrote a blog post about exploring and diving deep into WebAssembly. Going from writing simple .wat file to understanding bits and bytes of .wasm file.
Implemented the break/continue stmt for while loop, that I forgot to do earlier. Next up, Array or String.
Wrote blog post on introducting compiler project I am working on here.