deno icon indicating copy to clipboard operation
deno copied to clipboard

Implement `node:wasi`

Open littledivy opened this issue 2 years ago • 3 comments

std/wasi is being deprecated https://github.com/denoland/deno_std/pull/3732 and it would be nice to offer an alternative i.e node:wasi before it's removal.

Some ideas on perfomance:

  • https://github.com/littledivy/fastwasi
  • https://github.com/denoland/deno_core/pull/289

littledivy avatar Oct 31 '23 03:10 littledivy

Interesting, would this go further and add implementation for WASI preview2? How about supporting wasm32-wasi-threads?

rracariu avatar Oct 31 '23 17:10 rracariu

Are there any plans to implement this? I'm using ruby.wasm in my software, which relies on node:wasi, which means that users who wish to write ruby backend code can't use deno.

terrablue avatar Feb 03 '24 22:02 terrablue