/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-5-run-2be2e073cfc6-5-run-s0449-c0000.md

5. Run (1) - hono-docs

5. Run (1) Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt 5 run Summary To run your Hono WebAsse...

5. Run (1)

Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#5-run

Summary

To run your Hono WebAssembly HTTP server, you can use any WASI-enabled WebAssembly runtime: - wasmtime - jco (runs in Node.js) In this guide, we'll use jco serve since it's already installed. ::: warning jco serve is...

Content

To run your Hono WebAssembly HTTP server, you can use any WASI-enabled WebAssembly runtime:

In this guide, we'll use jco serve since it's already installed.

::: warning jco serve is meant for development, and is not recommended for production use. :::

::: code-group

npx jco serve dist/component.wasm
yarn jco serve dist/component.wasm
pnpm exec jco serve dist/component.wasm
bun run jco serve dist/component.wasm

:::

You should see output like the following:

$ npx jco serve dist/component.wasm
Server listening @ localhost:8000...

Sending a request to localhost:8000/hello will produce the JSON output you've specified in your Hono application.

You should see output like the following:

Kinic Wiki
Loading knowledge node
Details

Identity

database
db_23dhmsxlhukv
database_id
db_23dhmsxlhukv
path
/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-5-run-2be2e073cfc6-5-run-s0449-c0000.md
kind
directory
role
markdown_note
children
0

Metadata

created_at
virtual
updated_at
virtual
etag
virtual
metadata_json
{}

Lint Hints

No lightweight warnings.

Outgoing Links

No outgoing links indexed.

Incoming Links

Select a file node to inspect backlinks.

Raw Source

No raw source path inferred.