Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: nodejs/uvwasi

Tags

v0.0.23

Toggle v0.0.23's commit message

Verified

This tag was signed with the committer’s verified signature.
aduh95 Antoine du Hamel
Notable changes:

- fix: add missing exports (#311) (a7f7156)

v0.0.22

Toggle v0.0.22's commit message

Verified

This tag was signed with the committer’s verified signature.
aduh95 Antoine du Hamel
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.21

Toggle v0.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.0.21 (#264)

Notable changes

- No-op instead of error on empty read/write
  (81ac54a)

Signed-off-by: Michael Dawson <[email protected]>

v0.0.20

Toggle v0.0.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v0.0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.18

Toggle v0.0.18's commit message

Verified

This commit was signed with the committer’s verified signature.
cjihrig Colin Ihrig
v0.0.18

Notable changes:

- Define S_ISFIFO macro to support new versions of libuv.
  (4058102)

v0.0.17

Toggle v0.0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.0.17 (#205) (#205)

Notable changes:

- Return correct length of string in fd_prestat_get
  (8fe8eec)

Signed-off-by: Michael Dawson <[email protected]>

v0.0.16

Toggle v0.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.0.16 (#190)

Notable changes:

- add stub for sock_accept
  (96f37fe)

Signed-off-by: Michael Dawson <[email protected]>

v0.0.15

Toggle v0.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.0.15 (#184)

Notable changes:

- Use GetThreadTimes() on Windows for CLOCK_THREAD_CPUTIME_ID.
  (334b186)
- Increase the precision of the process and thread clocks on
  Windows.
  (5d2ad07)

v0.0.14

Toggle v0.0.14's commit message

Verified

This commit was signed with the committer’s verified signature.
cjihrig Colin Ihrig
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)