mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-14 18:01:58 +00:00
This builds and publishes `ghostty-vt.wasm` binaries into our tip GitHub releases. These are built with the proper optimization, `simd128` CPU feature set, and run through `wasm-opt`. This allows wasm consumers to use libghostty without a Zig toolkit. Published two: `ghostty-vt.wasm` and `ghostty-vt-small.wasm`. The latter is ReleaseSmall, but is 10 to 20% slower. Users choice.