-
-
Notifications
You must be signed in to change notification settings - Fork 671
WebAssembly
Hajime Hoshi edited this page Jun 27, 2018
·
28 revisions
This document is TBD. Write about Go 1.11 beta.
- 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/neelance/go/tree/wasm-wip/misc/wasm
TBD