Web Assembly WASM
Modern browsers support WebAssembly (Wasm) in Golang, allowing developers to compile Go code to Wasm binaries. This means anything you used to do in JavaScript you can now do in go!
GOOS=js GOARCH=wasm go build
Copyright © 2024
All right reserved by andrewarrow.dev
Terms of Service     Privacy Policy