esy-issues icon indicating copy to clipboard operation
esy-issues copied to clipboard

Question: Can this be solved by including our own realpath implementation?

Open jordwalke opened this issue 8 years ago • 2 comments

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

jordwalke avatar Feb 04 '17 07:02 jordwalke

Doesn't our realpath compiles C++?

chenglou avatar Feb 04 '17 07:02 chenglou

Yes, but we can easily compile it as a dependency. It's like one line of code to generate it.

jordwalke avatar Feb 04 '17 08:02 jordwalke