Tinysandbox-JS-Runtime - JS in WASM in v8
SMRTR summary
tinysandbox/js-runtime is a stateless QuickJS runtime built on WebAssembly, designed for sandboxed JavaScript execution with zero runtime dependencies. Each runCode() call spins up a fresh, bounded WASM instance with no state carried between calls. It supports optional virtual filesystem access, configurable memory and time limits, and works in browsers, Cloudflare Pages, and hosts like Convex.
SMRTR provides this summary for quick context. The original article belongs to Hacker News.
Read the original article