Hackpad is a Go development environment with the essentials to write and run code entirely within the browser, using the power of WebAssembly (Wasm).
Check out the article announcement on Medium, and the site at https://hackpad.org
Want to discuss an idea or a bug? Open up a new issue and we can talk about it. Pull requests are welcome.
- Slow compile times - Rewrite runtime to parallelize with Web Workers
- Safari crashes - Regularly crashes due to Wasm memory bugs. WebKit #222097, #227421, #220313