Skip to content

Releases: nodejs/uvwasi

v0.0.21 (#264)

02 May 20:17
83dd1fc
Compare
Choose a tag to compare

Notable changes

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

v0.0.20

14 Dec 17:50
2d0c0d0
Compare
Choose a tag to compare

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)

v0.0.19

13 Sep 18:41
5ec8195
Compare
Choose a tag to compare

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.

v0.0.18

19 May 02:21
7dffc6b
Compare
Choose a tag to compare

Notable changes:

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

v0.0.17

01 May 15:30
0f249ea
Compare
Choose a tag to compare

Notable changes:

Return correct length of string in fd_prestat_get (8fe8eec)

v0.0.16

23 Feb 22:01
5be0551
Compare
Choose a tag to compare

Notable changes:

  • add stub for sock_accept
    (96f37fe)

v0.0.15

18 Jan 15:04
6ad5fc9
Compare
Choose a tag to compare

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

16 Dec 23:03
02a7e48
Compare
Choose a tag to compare

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)

v0.0.13

05 Sep 19:26
Compare
Choose a tag to compare

Notable changes:

  • A bug has been fixed in uvwasi_fd_readdir() that caused
    the number of entries to be processed incorrectly. (92caba8)

v0.0.12

17 Nov 16:57
Compare
Choose a tag to compare

Notable changes:

  • The project is now hosted under the nodejs GitHub org. (4911b55)
  • Several overflows have been fixed. (#161) (#162)
  • The libuv dependency has been updated to v1.42.0. (#167)
  • A WITH_SYSTEM_LIBUV build option has been added to build with the system's installed libuv version. (#164)