Publish binaries to JSR and load them using Deno.dlopen()
Hey is it possible to publish binary files such as
.dll or .so files and then access them via Import in an other package?
I would like to publish binaries to JSR, for example like this:
deno.json
So that I could then install the package and use the binary via an import, for example like this:
Is this somehow possible? I know there are 3rd party libraries like plug that do something like this, but I am just curious if I could get this to work without something like plug.0 Replies