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 vendor patch

+17 -2
+5 -2
README.md
··· 5 5 Ant is a lightweight, high-performance JavaScript runtime built from scratch. <br> 6 6 Fits in your pocket while Delivering near-V8 speeds in a binary smaller than most npm packages. 7 7 8 - ``` 8 + ```bash 9 9 $ ls -lh ant 10 - -rwxr-xr-x⠀9.4M⠀ant* 10 + -rwxr-xr-x⠀9.3M⠀ant* 11 + 12 + # built with -Os 13 + -rwxr-xr-x⠀6.5M⠀ant* 11 14 ``` 12 15 13 16 ## Table of contents
+12
vendor/packagefiles/patches/tlsuv-boringssl.patch
··· 11 11 CRYPTO_set_mem_functions(crypto_malloc, crypto_realloc, crypto_free); 12 12 #endif 13 13 14 + diff --git a/src/win32/win32_keychain.c b/src/win32/win32_keychain.c 15 + index 77378fc..d310eb3 100644 16 + --- a/src/win32/win32_keychain.c 17 + +++ b/src/win32/win32_keychain.c 18 + @@ -18,6 +18,7 @@ 19 + #include "../alloc.h" 20 + 21 + #if USE_OPENSSL 22 + +#include <openssl/bn.h> 23 + #include <openssl/ecdsa.h> 24 + #endif 25 +