nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
222 stars 48 forks source link

Solidify plan for WASI Preview 2 #275

Open ospencer opened 4 days ago

ospencer commented 4 days ago

Currently, users who are interested in using WASI Preview 2 APIs are directed to the jco project.

We want to provide this functionality in Node directly, but need a plan on how we want to accomplish this. One idea is to introduce a dependency on jco directly to immediately provide experimental APIs and subsequently implement various Preview 2 interfaces in uvwasi directly where appropriate, such as for https://github.com/WebAssembly/wasi-clocks or https://github.com/WebAssembly/wasi-filesystem.

We should discuss this in our next meeting.

ospencer commented 4 days ago

See also #255