Hacker News new | ask | show | jobs
by tutanchamun 2253 days ago
> statically linked so they "just work"

If I remember correctly you have to redistribute some .dll (VC something) file alongside your .exe on Windows since fresh Windows installations don't have the .dll. Did that change?

1 comments

I haven't tried GraalVM native-image on Windows :(