]> git.proxmox.com Git - wasi-libc.git/commit - .gitignore
Add initial files.
authorDan Gohman <sunfish@mozilla.com>
Wed, 3 Oct 2018 00:28:58 +0000 (17:28 -0700)
committerDan Gohman <sunfish@mozilla.com>
Wed, 3 Oct 2018 00:48:36 +0000 (17:48 -0700)
commitdcf13b6fc484015051f42564c3597b8926eed4bf
treeeb8a74d673181e401b868481d0bb4ce1f5dea45e
parentd9982c379b3cf082d3ada90bd3422b86028201b2
Add initial files.

This populates the repo with a very minimal set of files. This is just
enough to set out a basic outline. Hopefully as we move forward we'll
be replacing many of these parts, but this is just something basic to
get things started.

This tree isn't really usable yet, as it doesn't yet have an easy way
to obtain a compiler-rt/libgcc build.
14 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
basics/LICENSE [new file with mode: 0644]
basics/include/__typedef_clock_t.h [new file with mode: 0644]
basics/include/__typedef_time_t.h [new file with mode: 0644]
basics/include/stdlib.h [new file with mode: 0644]
basics/include/string.h [new file with mode: 0644]
basics/include/sys/types.h [new file with mode: 0644]
basics/include/time.h [new file with mode: 0644]
basics/include/wchar.h [new file with mode: 0644]
basics/libc/crt1.s [new file with mode: 0644]
basics/libc/string.c [new file with mode: 0644]