5 ms·
Thank you! Go makes it ridiculously easy: GOOS=js GOARCH=wasm go build -o web/game.wasm
by m110 4y ago
Thank you!
Go makes it ridiculously easy:
GOOS=js GOARCH=wasm go build -o web/game.wasm
- arriu 4y agoThis is true but the rendering engine has done the heavy lifting to map calls to the gpu correctly. More build info here: https://ebitengine.org/en/documents/webassembly.html https://ebitengine.org/en/documents/webassembly.html