Dj
Dj
Alright. Tagged 1.2.2 with the overhead decreased to 1s, is that okay? I think only thing we can do further is to strip off the unused things off the WASM...
Most of the time as noticed in your benchmarks was taken by base64 decoding, at startup. WASM instantiation takes like 0.6s IIRC. Not sure about "after script execution", but I...
Related: https://github.com/denoland/deno/pull/13633
I’m new to PIXI, but I think you could initialize keyboard objects at global level, outside any function. So that they are not re-initialized. I’m not sure about this

Should I publish `@harmonyland/harmony` NPM package? cc @Helloyunho
@MierenManz > This can probably be renamed to Done. > And we could also add this one under my name if we still want it Added. Also added a note...
Facing same issue, I'm trying to read and write at same time but both get stuck forever.
Bundling the SQLite library into this module would require bundling for all three platforms, and two different architectures for macOS, which would be a big size increase when downloading and...
> There is also https://deno.land/x/sqlite which bundles a sqlite WASM build Yep, sqlite (wasm) is able to do that by encoding wasm binary in base64 and writing to a JS...