Earlier quoted context omitted.
fs/net and some other important pieces of Node.js are written as C++ addons for v8, hooking them would be very difficult I guess. Though Microsoft have been working on this for their ChakraCore engine. There was a conflict if I recall correctly, Microsoft suggested to add another abstraction layer to make hooking other JS engines easier but Node.js team refused it. I might not know that situation very well. But I hav…
How could we easily expose syscalls to `qjs`? Deno is just a Rust IPC/syscall layer glued to V8 really...
[1]: https://bellard.org/quickjs/quickjs.html#Standard-library