skia_canvas icon indicating copy to clipboard operation
skia_canvas copied to clipboard

Wasm Version

Open DjDeveloperr opened this issue 3 years ago • 0 comments

It should be possible to compile this library to Wasm and use the C API through Wasm. The wrapping code could be reused, just the loading logic would change between using Wasm and FFI. Sure, there will be some performance penalty but there are legitimate use cases such as running in a sandboxed environment such as Deno Deploy which does not support FFI but Wasm.

Also See: #22

DjDeveloperr avatar Nov 18 '22 15:11 DjDeveloperr