Skip to content

Commit

Permalink
refactor path resolution
Browse files Browse the repository at this point in the history
- Better path resolution. WASI applications should have
  no knowledge of the underlying host file system. Prior
  to this commit, those details were exposed in a few
  edge cases.
- Added support for reading and following symlinks.
  Prior to this commit, that worked, but the content of
  the symlinks were based on the host syste, which was
  wrong.
- Writing symlinks works on non-Windows platforms now.
- Remove use of strtok().
  • Loading branch information
cjihrig committed Jan 14, 2020
1 parent 243ddb9 commit 6ba9679
Showing 1 changed file with 277 additions and 89 deletions.
Loading

0 comments on commit 6ba9679

Please sign in to comment.