mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-06 07:54:29 +01:00
Created WebAssembly (markdown)
parent
8a8c8fb8e2
commit
7f125a3670
12
WebAssembly.md
Normal file
12
WebAssembly.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Get the latest Go
|
||||||
|
|
||||||
|
1. Checkout [neelance's wasm-wip branch of the Go compiler](https://github.com/neelance/go/tree/wasm-wip)
|
||||||
|
2. Compile the compiler by running `./all.bash`
|
||||||
|
|
||||||
|
After that, use the compiled `go` binary.
|
||||||
|
|
||||||
|
# Get the template HTML
|
||||||
|
|
||||||
|
https://github.com/golang/go/tree/master/misc/wasm
|
||||||
|
|
||||||
|
TBD
|
Loading…
Reference in New Issue
Block a user