Skip to content

Commit 8634ac7

Browse files
fix: docs/code-mode/code-mode-isolates.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9302d8f commit 8634ac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/code-mode/code-mode-isolates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ QuickJS WASM uses an asyncified execution model — the WASM module can pause wh
114114

115115
## QuickJS Bun Driver (`@tanstack/ai-isolate-quickjs-bun`)
116116

117-
Runs [QuickJS](https://bellard.org/quickjs/) natively on the [Bun](https://bun.sh/) runtime through `bun:ffi`, via the `[quickjs-bun](https://github.com/superpowerdotcom/quickjs-bun)` package. There are no native dependencies and no build step — the vendored QuickJS C sources are compiled on the fly with Bun's embedded TinyCC, once per process. This makes it the fastest sandboxed option for Code Mode on Bun.
117+
Runs [QuickJS](https://bellard.org/quickjs/) natively on the [Bun](https://bun.sh/) runtime through `bun:ffi`, via the [`quickjs-bun`](https://github.com/superpowerdotcom/quickjs-bun) package. There are no native dependencies and no build step — the vendored QuickJS C sources are compiled on the fly with Bun's embedded TinyCC, once per process. This makes it the fastest sandboxed option for Code Mode on Bun.
118118

119119
### Installation
120120

0 commit comments

Comments
 (0)