issues
search
nodejs
/
uvwasi
WASI syscall API built atop libuv
MIT License
228
stars
51
forks
source link
v0.0.6
#103
Closed
cjihrig
closed
4 years ago
cjihrig
commented
4 years ago
Notable changes since the last tagged release:
Better thread synchronization (
https://github.com/cjihrig/uvwasi/pull/87
,
https://github.com/cjihrig/uvwasi/pull/90
,
https://github.com/cjihrig/uvwasi/pull/91
).
Windows can now detect TTY file descriptors (
https://github.com/cjihrig/uvwasi/pull/92
).
Documentation now includes build instructions (
https://github.com/cjihrig/uvwasi/pull/96
).
Better support for IBMi (
https://github.com/cjihrig/uvwasi/pull/100
).
The stdio file descriptors must now be passed in the options to
uvwasi_init()
(
https://github.com/cjihrig/uvwasi/pull/102
).
Notable changes since the last tagged release:
uvwasi_init()
(https://github.com/cjihrig/uvwasi/pull/102).