GitHub - sebastianwessel/quickjs: A typescript package to execute javascript code in a webassembly quickjs sandbox
QuickJS - Execute JavaScript in a WebAssembly QuickJS Sandbox
This TypeScript package allows you to safely execute JavaScript code within a WebAssembly sandbox using the QuickJS engine. Perfect for isolating and running untrusted code securely, it leverages the lightweight and fast QuickJS engine compiled to WebAssembly, providing a robust environment for code execution.
Features
Security: Run untrusted JavaScript code in a safe, isolated environment.
File System: Can mount a virtual file system...
Read more at github.com