Open jordwalke opened 7 years ago
See this line here: https://github.com/jordwalke/esy/blob/master/.bin/esy#L5
Can our own provided realpath implementation work correctly instead of this snippet?
realpath
@yunxing @andreypopp
Doesn't our realpath compiles C++?
Yes, but we can easily compile it as a dependency. It's like one line of code to generate it.
See this line here: https://github.com/jordwalke/esy/blob/master/.bin/esy#L5
Can our own provided
realpath
implementation work correctly instead of this snippet?@yunxing @andreypopp