Skip to content

Commit d8ee2e9

Browse files
committed
chore: update readme
1 parent dcb85de commit d8ee2e9

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ Execbox turns host tool catalogs into callable guest namespaces, supports MCP wr
2424

2525
Runnable examples live in [`examples/`](./examples/) and are indexed in [`examples/README.md`](./examples/README.md).
2626

27-
## Choosing a Runtime
28-
29-
- Start with `@execbox/quickjs` for trusted code and the smallest setup.
30-
- Use `new QuickJsExecutor({ host: "worker" })` when you want QuickJS off the main thread with pooled worker shells.
31-
- Use `@execbox/remote` when your application owns a process, container, VM, or network boundary for the runtime.
32-
3327
## Docs
3428

3529
- [Public Docs](https://execbox.aallam.com)

0 commit comments

Comments
 (0)