MIRROR: javascript for 🐜's, a tiny runtime with big ambitions
1
fork

Configure Feed

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

update readme

+3 -3
+3 -3
README.md
··· 1 1 # 🐜 Ant 2 2 3 - **A 9MB JavaScript runtime with 1ms cold starts.** 3 + _An ant carries 50× its weight. So does this one._ 4 4 5 5 Ant is a lightweight, high-performance JavaScript runtime built from scratch. <br> 6 - Fits in your pocket while Delivering near-V8 speeds in a binary smaller than most npm packages. 6 + Built to carry more than it weighs while delivering near-V8 speeds. 7 7 8 8 ```bash 9 9 $ ls -lh ant 10 - -rwxr-xr-x⠀9.3M⠀ant* 10 + -rwxr-xr-x⠀9.0M⠀ant* 11 11 12 12 # built with -Os 13 13 -rwxr-xr-x⠀6.5M⠀ant*