MoonBit bindings for Ghostty's libghostty-vt — the virtual terminal emulator library that powers Ghostty's terminal state machine, parser, and renderer data model.
These bindings let you embed a production-grade VT engine into MoonBit applications (e.g. custom terminal UIs for desktop or mobile) while controlling windowing and rendering yourself.
The prebuild script (build.js, wired via --moonbit-unstable-prebuild) builds vendor/ghostty/zig-out/lib/libghostty-vt.a via zig build -Demit-lib-vt. Linking requires -lc++ on macOS for the bundled Highway SIMD symbols.