[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

Select the types of activity you want to include in your feed.

fix(ci): install wasm-opt

Nate Moore (May 28, 2026, 1:47 AM EDT) c3a29831 53fd3da6

+3
+3
.github/workflows/benchmark.yml
··· 34 34 with: 35 35 node-version: 22 36 36 37 + - name: install binaryen 38 + run: sudo apt-get install -y binaryen 39 + 37 40 - name: Build WASM 38 41 run: make 39 42