Dj

Results 110 comments of Dj

There is a slight difference between the stroked lines between Browsers and Deno Skia Canvas. Which is probably causing the image to be little different, and rest depends on PNG...

Nope, workers aren't needed. We just need to add another FFI symbol definition that refers to same encoding symbol but with nonblocking: true.

PRs are always welcome! You can uncomment the deno-canvas code in bench/deno.js to compare performance of both of these libraries using `deno task bench`. Additionally, we should also add more...

Thats really impressive! How does it compare to Node.js alternatives?

Should be fixed in 7cf4070b

Thanks for the PR! After it is landed, I will setup formatting & linting via `deno fmt` and `deno lint` in CI. Unrelated but I recommend making PRs from non-main...

It’s published: https://jsr.io/@gfx/canvas-wasm

So loading the binary works fine but trying to create Database object and using it results in segmentation fault? I don't have any Aarch64 Linux machine so this one would...

Could you try building sqlite 3.40.1 locally and try using that binary?

I've managed to make SQLite3 ARM64 builds on CI but from my testing on QEMU locally, trying to load and call any SQLite lib function fails via Deno FFI regardless...