konsumer / deno-minifb

Deno wrapper around minifb, for making a framebuffer you can draw pixels to
11 stars 1 forks source link

Distribution #5

Open konsumer opened 3 years ago

konsumer commented 3 years ago

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.

DjDeveloperr commented 2 years ago

There is https://deno.land/x/plug which handles downloading and caching FFI libraries