I have some io_uring
Rust code that I would like to use as a WASM module, but it needs to use syscalls to setup the ring and interface with it.
What's the easiest way to use syscalls from wasm in node.js? Should I patch node or is there an easier way?