laverdet / isolated-vm

Secure & isolated JS environments for nodejs
ISC License
2.2k stars 154 forks source link

Bun.js Unable to Execute Isolated-VM #450

Closed amirfarzamnia closed 7 months ago

amirfarzamnia commented 10 months ago

Isolated VM utilizes Google's V8 engine, whereas Bun.js employs JSC. It appears that the isolated VM is specifically designed for JavaScript runtimes relying on the V8 engine. Is there a way to integrate the isolated virtual machine with Bun.js, which utilizes JSC?

laverdet commented 10 months ago

isolated-vm will be a nodejs-only project for the foreseeable future.

micalevisk commented 7 months ago

@amirfarzamnia I guess we can close this by now

VityaSchel commented 5 months ago

isolated-vm will be a nodejs-only project for the foreseeable future.

can anyone recommend bun.sh alternatives for this project?