Rendered at 11:19:32 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
cztomsik 1 hours ago [-]
I see that you did the NAPI bridging yourself - not that there's anything wrong with that but you might be interested in this tiny lib I wrote some time ago https://github.com/cztomsik/napigen
JoshPurtell 2 days ago [-]
Have been testing this in dev and really like the performance so far
edunteman 2 days ago [-]
Hell yeah, love to hear it! Happy to answer any questions or issues you run into
vrn21 2 days ago [-]
so user gets all of the dependencies and apps in userspace to run as well? but each of the command runs in its own more secure shell of some sorts?
edunteman 2 days ago [-]
Correct, your PATH resolves to your local tools as if it was unprotected bash, but syscalls are filtered/virtualized
vrn21 1 days ago [-]
from a utilitarian perspective, can we swap this instead of a e2b or some other provider? since this doesnt require n number of micrvovm kernals and rootfs hanging round?
edunteman 17 hours ago [-]
Exactly, that’d be the intention. For compute-heavy or long running jobs you’d still probably want a dedicated VM like on E2B but for quick stuff, bVisor