No description
Find a file
enzotar 2b2b4ffaec feat(wasm): add ds-stream-wasm crate — browser codec via WebAssembly
- 18KB WASM binary with wasm-bindgen exports
- Header encode/decode, RLE compression, XOR delta
- Message builders for signal diff/sync and input events
- 7 native tests, all passing
- Total workspace: 89 tests, 0 failures
2026-02-25 14:45:51 -08:00
compiler feat(compiler): complete bitstream integration — all 9 changes 2026-02-25 13:26:59 -08:00
engine feat(wasm): add ds-stream-wasm crate — browser codec via WebAssembly 2026-02-25 14:45:51 -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