nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
225 stars 49 forks source link

What's new with uvwasi in 2023 #201

Open mhdawson opened 1 year ago

mhdawson commented 1 year ago

Tracking issue in support of https://github.com/nodejs/node/blob/main/doc/contributing/sharing-project-news.md

mhdawson commented 1 year ago

@phated thanks fixing

mhdawson commented 1 year ago

Two new versions of uvwasi

mhdawson commented 1 year ago

Node.js main branch updated to include v0.0.18 version os uvwasi

mhdawson commented 11 months ago

v0.0.19 was released which includes an initial implementation of the WASI preview 1 socket methods including https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md#-sock_acceptfd-fd-flags-fdflags---resultfd-errno. The next step is to expose these in the Node.js WASI implementation.

mhdawson commented 7 months ago

Node.js main branch updated to include v0.0.20 version of uvwasi which includes some important changes to handling of relative paths - https://github.com/nodejs/node/pull/51355