Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/quickstart/develop-a-webassembly-component.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ world typescript-http-hello-world-hono {
import wasi:keyvalue/atomics@0.2.0-draft;
// [!code ++]

export wasi:http/incoming-handler@0.2.9;
export wasi:http/incoming-handler@0.2.6;
}
```

Expand Down
Loading