esy-issues
esy-issues copied to clipboard
Provide our own implementation of realpath for Windows
trafficstars
esy uses realpath from stdlib when ejecting. (See here)
According to @jordwalke it fails on msys2. IMO we should add an #if in our realpath.c and use their implementation if we're on Windows.
While we're on it, it would be cool to setup some (at least rudimentary) CI to test this stuff.