WebAssembly example using TinyGo.
Recompiling the main.wasm
file:
tinygo build -o html/main.wasm -target wasm html/main.go
Serve via HTTP:
python -m http.server 8000
Based on example provided by Aaron Turner and licensed under the Creative Commons Attribution 4.0 License.