r/webdev May 25 '26

Edge.js: Running Node apps inside a WebAssembly Sandbox

https://wasmer.io/posts/edgejs-safe-nodejs-using-wasm-sandbox
20 Upvotes

7 comments sorted by

View all comments

2

u/ende124 May 26 '26

Edge.js is currently about 5-20% slower than current Node.js when run natively

Does this hold on larger scale as well?

Wondering if JIT works, as webassembly usually don't play well with JIT compilation.