Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions scripts/build-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ cp ghostty/zig-out/bin/ghostty-vt.wasm ./
echo "🧹 Cleaning up..."
cd ghostty
git apply -R ../patches/ghostty-wasm-api.patch
# Remove new files created by the patch
rm -f include/ghostty/vt/terminal.h
rm -f src/terminal/c/terminal.zig
cd ..

SIZE=$(du -h ghostty-vt.wasm | cut -f1)
Expand Down