mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
2938afd82a
Fixes #673 * Change to use `js.NewCallback` * Use `uint8contentWrapper := js.Global().Get("Uint8Array").New(content)`, without this all the bytes in `data` stays zeroed. (TypedArray cannot use `set` on an ArrayBuffer) |
||
---|---|---|
.. | ||
internal/assets | ||
debugprint.go | ||
doc.go | ||
file_js.go | ||
file_notjs.go | ||
gif.go | ||
import.go | ||
io.go | ||
loadimage.go | ||
shapes.go | ||
url.go |