Status
Loading WebAssembly module...
This demo showcases running Haskell code compiled to WebAssembly using the GHC WASM backend. The GHC WASM backend allows you to compile Haskell programs to WebAssembly, enabling functional programming in the browser with full access to JavaScript APIs through FFI, in this case to pixi.js.
View Source on GitHubLoading WebAssembly module...