You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execbox turns host tool catalogs into callable guest namespaces, supports MCP wrapping on both sides of the boundary, and lets you choose where guest JavaScript runs: in-process, in a worker, in a child process, or behind your own remote transport.
13
13
14
-
The transport-backed QuickJS executors that benefit from it now reuse host-side shells. `@execbox/process` and `@execbox/worker` default to pooled shells while still creating a fresh QuickJS runtime/context on every `execute()` call. `@execbox/quickjs` and `@execbox/remote` stay ephemeral.
0 commit comments