Justine Tunney 58d5cf1c27 Link zipos into NESEMU1
A regression occurred where LIBC_ZIPOS support wasn't being properly
linked into Cosmopolitan NESEMU1. Main modules that link zip support
need to have the following declaration to guaranteed zip: polyfills:

    STATIC_YOINK("zip_uri_support");

Doing that, means system calls such as open(), mmap(), fstat(), etc.
will do the right thing when encountering zip: prefixed URLs. Please
also note that in the near future we're going to change it to zip://
after more closely examining the relevant URI RFCs.

Fixes #28
Closes #29
Thanks @nikhedonia for the report!
2021-01-16 12:32:54 -08:00
2021-01-16 12:05:41 -08:00
2021-01-16 12:05:41 -08:00
2021-01-16 12:05:41 -08:00
2021-01-16 12:32:54 -08:00
2021-01-16 12:05:41 -08:00
2021-01-16 12:05:41 -08:00
2021-01-16 12:05:41 -08:00
2021-01-16 12:05:41 -08:00
2020-08-25 04:43:42 -07:00
2021-01-16 12:05:41 -08:00
2020-12-27 17:18:44 -08:00
2020-12-27 17:18:44 -08:00

Cosmopolitan

Fast portable static native textmode executable containers.

For an introduction to this project, please read the αcτµαlly pδrταblε εxεcµταblε blog post and cosmopolitan libc website. API documentation is available here.

Description
No description provided
Readme 48 MiB
Languages
C 66.6%
Assembly 17.5%
Shell 6.6%
DIGITAL Command Language 5.9%
Makefile 1.5%
Other 1.7%