You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dan Gohman 0cc57ac7b4
Multi-license wasi-libc under Apache and MIT licenses. (#174)
5 years ago
..
headers/private Multi-license wasi-libc under Apache and MIT licenses. (#174) 5 years ago
musl Update to musl 1.2.0. 5 years ago
sources Multi-license wasi-libc under Apache and MIT licenses. (#174) 5 years ago
README.md WASI libc supports environment variables; update the README. (#172) 5 years ago

README.md

Code in the musl directory is based on musl revision b07d45eb01e900f0176894fdedab62285f5cb8be, which is v1.1.23, from git://git.musl-libc.org/musl.

Whole files which are unused are omitted. Changes to upstream code are wrapped in preprocessor directives controlled by the macro __wasilibc_unmodified_upstream.

Some major known missing areas include:

  • threads
  • aio
  • setjmp
  • signals
  • ipc
  • termios
  • nss
  • timezones
  • non-builtin locales
  • TIOCGWINSZ (because cloudabi lacks it; affects isatty, line buffering for stdout)
  • O_CLOEXEC, O_NOCTTY (because cloudabi lacks them)