DjDeveloperr / skia_canvas

Fast HTML Canvas API implementation for Deno using Google Skia
https://deno.land/x/skia_canvas
Apache License 2.0
124 stars 7 forks source link

Deno Deploy support #22

Closed tdillon closed 1 year ago

tdillon commented 1 year ago

Will/does skia_canvas work on Deno Deploy?

DjDeveloperr commented 1 year ago

Unfortunately it will likely never work on Deno Deploy in its current state because it uses FFI which is not available on Deploy, probably for good since it escapes entire security sandbox.

Maybe, in future we might be able to make Wasm version of this module which could work on Deploy but with a performance hit.