No description
Find a file
enzotar 0ed76513a6 feat(relay): multi-source routing — /source/{name} and /stream/{name}
- ChannelState: per-channel broadcast, input mpsc, cache
- RelayState: HashMap<String, Arc<RwLock<ChannelState>>>
- parse_path: /source/{n}, /stream/{n}, legacy / fallback
- Per-channel stats logging with channel name prefix
- Backward compatible: plain /source and /stream use 'default' channel
- 44 ds-stream tests, 95 total workspace (0 failures)
2026-02-25 14:50:39 -08:00
compiler feat(compiler): complete bitstream integration — all 9 changes 2026-02-25 13:26:59 -08:00
engine feat(relay): multi-source routing — /source/{name} and /stream/{name} 2026-02-25 14:50:39 -08:00
examples feat(examples): add streaming .ds examples — compiler-native streaming 2026-02-25 14:34:41 -08:00
.gitignore feat: DreamStack compiler foundation — Phase 0/1 2026-02-25 00:03:06 -08:00
BITSTREAM_INTEGRATION.md docs: add Next Steps roadmap (Phases A-C) to integration spec 2026-02-25 13:31:06 -08:00
Cargo.toml feat(wasm): add ds-stream-wasm crate — browser codec via WebAssembly 2026-02-25 14:45:51 -08:00
DREAMSTACK.md docs: add compiler-native streaming syntax to language reference 2026-02-25 14:37:16 -08:00
IMPLEMENTATION_PLAN.md feat: physics language integration — scene container with Rapier2D WASM 2026-02-25 10:58:43 -08:00