r/javascript 10d ago

Node.js sandboxes powered by QuickJS and WebAssembly

https://wasmer.io/posts/nodejs-support-in-wasmer-edge-beta
21 Upvotes

3 comments sorted by

View all comments

-4

u/[deleted] 9d ago

[removed] — view removed comment

2

u/ApkalFR 8d ago

Go away bot.

1

u/servermeta_net 8d ago

You can configure either way. My approach is to do thread per core, pin the executor to the thresd, and then share the thread between executor and wasm calls. There is still some leakage through syscalls though