Publish binaries to JSR and load them using Deno.dlopen()
Hey is it possible to publish binary files such as
I would like to publish binaries to JSR, for example like this:
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.
.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.jsonSo 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.
