Closed amirfarzamnia closed 7 months ago
isolated-vm will be a nodejs-only project for the foreseeable future.
@amirfarzamnia I guess we can close this by now
isolated-vm will be a nodejs-only project for the foreseeable future.
can anyone recommend bun.sh alternatives for this project?
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?