Add README.md
1 file changed
tree: 4ab072114f47d3cf3465acef8262f56de127a83c
  1. arch/
  2. crt/
  3. dist/
  4. include/
  5. ldso/
  6. src/
  7. tools/
  8. .gitignore
  9. configure
  10. COPYRIGHT
  11. INSTALL
  12. Makefile
  13. README
  14. README.md
  15. VERSION
  16. WHATSNEW
README.md

musl libc

The master branch reflects the upstream musl without any modifications. Other branches are used for WebAssembly-specific experiments.

Don't commit to the master branch except to update from musl!

To do so:

git clone --origin wasm git@github.com:WebAssembly/musl.git
cd musl
git remote add musl git://git.musl-libc.org/musl
git remote -v  # List all remotes.
git checkout master
git pull musl master
git push wasm master

Consult musl's readme and license for further information.