I'm not quite sure how to distribute the FFI DLL. Thinking a github action that builds DLLs for supported platforms, then put a download/cache in the import entry-point might do the trick. If Deno.dlopen understands relative URL, we could even check it into git.
I'm not quite sure how to distribute the FFI DLL. Thinking a github action that builds DLLs for supported platforms, then put a download/cache in the import entry-point might do the trick. If
Deno.dlopen
understands relative URL, we could even check it into git.