littledivy / deno_sdl2

SDL2 module for Deno
https://jsr.io/@divy/sdl2
MIT License
157 stars 18 forks source link

Can we statically link SDL2? #75

Open BlowaterNostr opened 3 months ago

littledivy commented 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.