ebiten/internal/jsutil
Hajime Hoshi e95cccad21 jsutil: Reduce calls of (js.Value).Get
(js.Value).Get invokes the string conversion from UTF-8 to UTF-16.
This is related to #1438, though this is not a fix in the OpenGL
driver.

Updates #1438
2020-12-26 05:12:04 +09:00
..
buf_js.go jsutil: Reduce calls of (js.Value).Get 2020-12-26 05:12:04 +09:00
doc.go Remove supporting GopherJS 2020-10-07 01:10:09 +09:00
equalgo113_js.go Enable to compile Ebiten on js/wasm with Go 1.14 2019-12-19 00:45:53 +09:00
equalgo114_js.go Enable to compile Ebiten on js/wasm with Go 1.14 2019-12-19 00:45:53 +09:00
slice_js.go jsutil: Avoid creating Uint8Array when copying bytes from Go to JS 2020-12-16 01:50:05 +09:00