Basic prototype of running Go in the browser with Tinygo and wasip2.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This repository demonstrates a prototype for running Go code in web browsers using WebAssembly with WASI Preview2 support via TinyGo. It implements a bridge between Go and browser environments, enabling Go applications to run in browsers with access to system interfaces like stdout through the WebAssembly System Interface standard. The project is designed for developers interested in bringing Go applications to web platforms, showcasing techniques for handling I/O operations in browser-based WebAssembly environments using shared memory and Web Workers.