Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions js/polyengine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
`websocket.ts` is **the** JS host for `polymorph:websocket`: the standard
`WebSocket` API only, no `node:` modules, no runtime dependencies, and it
carries every JS-host row of the conformance matrix (Deno and headless
Chromium). It began as the [deltic](https://github.com/lann/deltic)-native
Chromium). It began as the [deltic](https://github.com/polymorph-components/polyengine)-native
port of the browser-first reference host `js/jco/websocket.js` (retired
with the jco legs at commit c9252be; see git history), rewritten over
deltic's embedder API (typed `Stream<T>` / `ReadableStream` rather than
bare-payload `Stream`, and `ComponentException` throws rather than
`throw { tag, val }`) — deltic has since been renamed
[polyengine](https://github.com/polymorph-components/polyengine). It was
developed as deltic's own `ports/websocket` reference-host port and was
upstreamed here per [lann/deltic#14](https://github.com/lann/deltic/issues/14)
upstreamed here per [lann/deltic#14](https://github.com/polymorph-components/polyengine/issues/14)
(historical: predates the rename); the WIT contract is
[`wit/websocket.wit`](../../wit/websocket.wit), and every doc comment
quoting a contract quotes that file.
Expand Down
Loading