Tags: nodejs/uvwasi
Tags
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 represent `fd_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)
v0.0.20 (#244) Notable changes - Improve consistency with other WASM runtimes - Forbid fd_advise on directories (dc2cbab) - Error on ambiguous fstflags (ff7e84f) - fix: resolving relative paths in symlinks (0427f19) - Clarify limitations on implementation.md (1da5f32) Signed-off-by: Michael Dawson <[email protected]>
v0.0.19 (#230) 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. Signed-off-by: Michael Dawson <[email protected]>
v0.0.14 Notable changes: - Windows applications not in ConsoleMode now properly guess handle types for FILE_TYPE_CHAR file types which cannot be stat'ed. (6485e16) - The UVWASI_DEBUG macro can now be used without a format string. (c5b979d) - The libuv dependency has been updated to v1.44.2. (a186035)
PreviousNext