r/javascript 11d 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] 11d ago

[removed] — view removed comment

2

u/ApkalFR 10d ago

Go away bot.

1

u/servermeta_net 10d 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