-
-
Notifications
You must be signed in to change notification settings - Fork 671
WebAssembly
Hajime Hoshi edited this page May 14, 2018
·
28 revisions
- Checkout neelance's wasm-wip branch of the Go compiler
- Compile the compiler by running
./all.bash
After that, use the compiled go
binary.
https://github.com/golang/go/tree/master/misc/wasm
TBD