Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deno Deploy support #22

Closed
tdillon opened this issue Nov 18, 2022 · 1 comment
Closed

Deno Deploy support #22

tdillon opened this issue Nov 18, 2022 · 1 comment

Comments

@tdillon
Copy link

tdillon commented Nov 18, 2022

Will/does skia_canvas work on Deno Deploy?

@DjDeveloperr
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants