ec-node: wt-publish via moq-transport (draft-07)

This commit is contained in:
every.channel 2026-02-17 02:00:38 -08:00
parent 7719b0b763
commit 49b969e081
No known key found for this signature in database
6 changed files with 385 additions and 52 deletions

View file

@ -3,7 +3,8 @@
// This uses the upstream hang web component (WebTransport + WebCodecs).
// It is intentionally dependency-light: no framework, no bundler.
import "https://cdn.jsdelivr.net/npm/@kixelated/hang@0.7.0/watch/element.js";
// Use an ESM CDN that rewrites bare module specifiers.
import "https://esm.sh/@kixelated/hang@0.7.4/watch/element.js";
const DEFAULT_RELAY_URL = "https://relay.cloudflare.mediaoverquic.com/";
@ -178,4 +179,3 @@ function main() {
}
main();