Dan Gohman
55fef5877b
Merge pull request #8 from WebAssembly/suseconds_t_and_nlink_t
Add more typedefs and struct stat
6 years ago
Dan Gohman
51d4922df8
Add a definition of `struct stat` and supporting types.
This `struct stat` matches the x32 and x86-64 definitions.
6 years ago
Dan Gohman
26722dc857
Add typedefs for suseconds_t and nlink_t.
6 years ago
Dan Gohman
d68aebf353
Merge pull request #5 from penzn/master
Enable overriding 'ar'
6 years ago
Petr Penzin
7ef30385ab
Enable overriding 'ar'
Make has a stanard variable for 'ar', it is better to use it to enable
overriding the standard name in non-standard builds (i.e. MinGW).
6 years ago
Dan Gohman
b91c4ea256
Merge pull request #1 from WebAssembly/add-initial-files
Add initial files.
6 years ago
Dan Gohman
ae5ae4de91
Explain why this doesn't have a full libc.
6 years ago
Dan Gohman
c9850bfdbc
Fix typos.
6 years ago
Dan Gohman
f2049d9bd0
Fix missing quote.
6 years ago
Dan Gohman
dcf13b6fc4
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.
6 years ago
Dan Gohman
d9982c379b
Start with nothing, so that we can add the initial files with a PR.
6 years ago