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.
esy
usesrealpath
fromstdlib
when ejecting. (See here) According to @jordwalke it fails onmsys2
. IMO we should add an#if
in ourrealpath.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.