We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b14219 commit 631144aCopy full SHA for 631144a
1 file changed
scripts/build-wasm.sh
@@ -47,6 +47,9 @@ cp ghostty/zig-out/bin/ghostty-vt.wasm ./
47
echo "🧹 Cleaning up..."
48
cd ghostty
49
git apply -R ../patches/ghostty-wasm-api.patch
50
+# Remove new files created by the patch
51
+rm -f include/ghostty/vt/terminal.h
52
+rm -f src/terminal/c/terminal.zig
53
cd ..
54
55
SIZE=$(du -h ghostty-vt.wasm | cut -f1)
0 commit comments