/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-3-hello-wasm-c0f27086363e-3-hello-wasm-s0447-c0000.md
3. Hello Wasm (1) - hono-docs
3. Hello Wasm (1) Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt 3 hello wasm Summary To build a...
3. Hello Wasm (1)
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#3-hello-wasm
Summary
To build an HTTP server in WebAssembly, we can make use of the [jco-std][jco-std] project, which contains helpers that make the experience very similar to the standard Hono experience. Let's fulfill our component world with a basic H...
Content
To build an HTTP server in WebAssembly, we can make use of the [jco-std][jco-std] project, which contains helpers that make the experience very similar to the standard Hono experience.
Let's fulfill our component world with a basic Hono application as a WebAssembly component in a file called src/component.ts: