| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-30 | 1.1 kB | |
| v0.3.0 source code.tar.gz | 2026-04-30 | 565.7 kB | |
| v0.3.0 source code.zip | 2026-04-30 | 660.1 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
New Features
- Ghostty core — new
@wterm/ghosttypackage withGhosttyCoreimplementingTerminalCorevia libghostty compiled to WASM, providing an alternative terminal rendering engine (#62) TerminalCoreinterface — extracted into a standalone module in@wterm/coreso custom cores (like Ghostty) can be swapped in cleanly (#62)- Ghostty example — minimal vanilla TypeScript example using
@wterm/ghosttyand@wterm/dom(#62) - Ghostty docs page — install, quick start, how it works, and switching cores guide (#62)
Improvements
- Write coalescing — output writes are now batched with
setTimeoutin the DOM renderer to reduce animation flashing (#62) - innerHTML renderer — switched to
innerHTMLfor fewer DOM operations per frame (#62) - Deferred PTY spawn — PTY is now spawned on first
RESIZEevent to eliminate the strayzsh %artifact (#62) - Local example routes — split into
/(built-in core) and/ghosttywith a core toggle (#62)
Contributors
- @ctate