cosmopolitan/tool/net
Justine Tunney 559b024e1d Decentralize Python native module linkage
We can now link even smaller Python binaries. For example, the hello.com
program in the Python build directory is a compiled linked executable of
hello.py which just prints hello world. Using decentralized sections, we
can make that binary 1.9mb in size (noting that python.com is 6.3 megs!)

This works for nontrivial programs too. For example, say we want an APE
binary that's equivalent to python.com -m http.server. Our makefile now
builds such a binary using the new launcher and it's only 3.2mb in size
since Python sources get turned into ELF objects, which tell our linker
that we need things like native hashing algorithm code.
2021-09-07 11:40:11 -07:00
..
demo Add state assertions to redbean Lua APIs 2021-08-09 15:35:38 -07:00
.init.lua Add SSL to redbean 2021-06-24 13:20:50 -07:00
counters.inc Make improvements to redbean 2021-07-08 15:56:23 -07:00
dig.c Make minor revisions to previous change 2021-06-30 10:45:27 -07:00
echoserver.c Improve logger API (#262) 2021-09-03 21:14:26 -07:00
favicon.ico Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
help.txt Add SetCookie method to redbean Lua (#265) 2021-09-04 02:12:12 -07:00
lsqlite3.c Tune SQLite build for redbean (#97) 2021-06-10 08:00:08 -07:00
net.mk Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
redbean.c Decentralize Python native module linkage 2021-09-07 11:40:11 -07:00
redbean.png Make improvements 2020-09-14 00:02:34 -07:00
wb.c Refactor out some duplicated code 2021-08-14 06:17:56 -07:00