/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-5-run-2be2e073cfc6-5-run-s0449-c0002.md
5. Run (3) - hono-docs
5. Run (3) Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt 5 run Summary ::: info jco serve works...
5. Run (3)
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#5-run
Summary
::: info jco serve works by converting the WebAssembly component into a basic WebAssembly coremodule, so that it can be run in runtimes like Node.js and the browser. This process is normally run via jco transpile, and is the way we c...
Content
::: info
jco serve works by converting the WebAssembly component into a basic WebAssembly coremodule, so that it can be run in runtimes like Node.js and the browser.
This process is normally run via jco transpile, and is the way we can use JS engines like Node.js and the browser (which may use V8 or other JavaScript engines) as WebAssembly Component runtimes.
How jco transpile is outside the scope of this guide, you can read more about it in [the Jco book][jco-book]
:::