jordwalke / esy-issues

Easy ISSUES
MIT License
49 stars 5 forks source link

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

Open jordwalke opened 7 years ago

jordwalke commented 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?

@yunxing @andreypopp

chenglou commented 7 years ago

Doesn't our realpath compiles C++?

jordwalke commented 7 years ago

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