Releases: nodejs/uvwasi
Releases · nodejs/uvwasi
v0.0.23
v0.0.22
Notable changes:
- Disallow malformed path with null byte (#266) (7aaa0b4)
- Preserve trailing slash in file path (#268) (afffaaa)
- Disallow absolute path at the raw WASI level (#270) (9811374)
- Error if creating symlink to absolute path (#272) (c8d4f01)
- Add cflite and document normalize path (#280) (6eeddba)
- Resolve old_path in uvwasi_path_symlink() (#303) (98da5ad)
- Use index rather than
telldir
/seekdir
to representfd_readdir
cookie (#298) (392e1f1) - fix: static library name (#305) (146e516)
- fix: do not put header files in a subfolders (#302) (ec28b58)
- fix: explicitly export symbols (#308) (4e9b4e0)
PR-URL: #307
v0.0.21 (#264)
Notable changes
- No-op instead of error on empty read/write
(81ac54a)
v0.0.20
v0.0.19
Notable changes:
- Add implementation for wasi docket functions
- Fix windows testing to avoid intermittent failures and hangs on failures
- Add install targets for uvwasi. This makes it possible for pkg-config
or cmake build pipelines to discover globally installed uvwasi.