Blogs
A collection of my thoughts and learnings
-
Compiling Haskell to WebAssembly: A Step-by-Step Guide
This guide demonstrates how to compile Haskell code into WebAssembly (Wasm).
-
Bridging Haskell and JavaScript: A Modern Guide to GHCJS and FFI
This guide walks through setting up GHCJS (a Haskell-to-JavaScript compiler) and using Foreign Function Interface (FFI).