You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: