Open BlowaterNostr opened 3 months ago
Not possible currently, FFI uses dlopen to open a shared library. Static linking would have to be somehow supported in Deno at the deno compile stage.
dlopen
deno compile
Not possible currently, FFI uses
dlopen
to open a shared library. Static linking would have to be somehow supported in Deno at thedeno compile
stage.