Unlike the current mainline Go's WebAssembly output (min ~2MB file size), the Wasm generated from TinyGo is practical in size. eg ~1kb for the toy examples
This is all leading edge dev stuff too, so updates and improvements are happening pretty frequently. :)
Your comment just made me realized that, while using cPython => webassembly for something else than electron would be overkill, this would be kinda neat for microPython.
https://github.com/aykevl/tinygo)
Unlike the current mainline Go's WebAssembly output (min ~2MB file size), the Wasm generated from TinyGo is practical in size. eg ~1kb for the toy examples
This is all leading edge dev stuff too, so updates and improvements are happening pretty frequently. :)