161 Commits (0cc57ac7b4c0e48a9e4a99e52538c793f2516f31)
 

Author SHA1 Message Date
Dan Gohman 0cc57ac7b4
Multi-license wasi-libc under Apache and MIT licenses. (#174) 5 years ago
Dan Gohman d9066a87c0 Add support for `__main_argc_argv`. 5 years ago
Dan Gohman 575e1579a4 Update to musl 1.2.0. 5 years ago
Dan Gohman 79a9b40837 Update to musl 1.1.24. 5 years ago
Pat Hickey e1149ab067 point at WASI with tagged unions merged into master 5 years ago
Pat Hickey ec63fd5e9c rebased wasi repo branch 5 years ago
Pat Hickey b3c57f19a3 main: get more useful help by requiring subcommand 5 years ago
Pat Hickey d415ae65e1 minor change in union AST in wasi- tag is namedtype 5 years ago
Pat Hickey 3de8c71d06 libc: change to flattened event struct 5 years ago
Pat Hickey 7f8930168f update to WASI where snashot event_u flattened to struct 5 years ago
Pat Hickey c2ae180dee cloudlibc & libpreopen: changes for tagged unions 5 years ago
Pat Hickey 852d093a3c wasi/api.h: regenerated with tagged unions 5 years ago
Pat Hickey 4f03c9bbe7 WASI: tagged unions PR wip 5 years ago
Pat Hickey 71d279a4b0 wasi-headers: unions are tagged now 5 years ago
Dan Gohman 3af77075aa
Define a_clz_32 for musl so that it doesn't use a software version. (#171) 5 years ago
Dan Gohman af92c5f9b3
WASI libc supports environment variables; update the README. (#172) 5 years ago
Dan Gohman 870a25121b
Remove unused cloudlibc headers. (#170) 5 years ago
Pat Hickey 5933c205df fix macos filename, use https 5 years ago
Pat Hickey 7c39519ec4 CI: upgrade to llvm 9.0.0 5 years ago
Pat Hickey 9ca5187170 remove no-self-update workaround for windows azure 5 years ago
Pat Hickey 9580a25927 deprecate azure pipelines CI, build libc on GH Actions 5 years ago
Dan Gohman 2c2fc9a2fd
Don't call `free` on paths which are about to call `_Exit`. (#161) 5 years ago
Pat Hickey c6f2c0517f
gen-headers: Generate assertions of layout from witx (#149) 5 years ago
Daniel Bevenius 37c663f2f0
Correct minor typo in c_headers.rs (#166) 5 years ago
Dan Gohman 12f5832b45
Convert more wasi-libc code to `//`-style comments. (#153) 5 years ago
Pat Hickey ec86d4dec4
Improvements to wasi-headers tool (#160) 5 years ago
Dan Gohman 1fad33890a
Fix environment variable init to exit successfully. (#159) 5 years ago
Dan Gohman a280fead2a
Move math source files. (#151) 5 years ago
Dan Gohman dd010beea5
Avoid using cast expressions in WASI API constants. (#148) 5 years ago
Sam Clegg f645f498df Update signal macros after upgrade to snapshot1 (#144) 5 years ago
Sam Clegg 8b3266db92
github actions: pin checkout action to v1 (#145) 5 years ago
Dan Gohman 410c66070a
Use constructor functions for optional init routines. (#142) 5 years ago
Pat Hickey fe130532ae
c header generation updated for reorganized witx ast (#139) 5 years ago
Dan Gohman cd74e1d988
Correct the version of #136 on master (#141) 5 years ago
Dan Gohman 446cb3f1aa
Wasi snapshot preview1 (#140) 5 years ago
Dan Gohman 54102f06a9
Ignore rights in libpreopen. (#129) 5 years ago
Dan Gohman 8c9e1c64a8
Make the `__original_main` definition weak, fixing -flto. (#138) 5 years ago
Dan Gohman cf81683e77
Optimize `fmin`, `fmax`, etc. (#120) 5 years ago
Dan Gohman deb8eae418
Don't pre-check capabilities in `openat`. (#130) 5 years ago
Dan Gohman ca9046d872
Use consistent style for wasi-libc C source files. (#131) 5 years ago
Dan Gohman 951cc3eceb
Fix unintended recursion in __wasilibc_register_preopened_fd. (#133) 5 years ago
Dan Gohman 5216983ad7
Avoid a `strdup` call in `__wasilibc_populate_libpreopen`. (#128) 5 years ago
Dan Gohman 70099d4d1c
Don't link in libpreopen initialization code when it isn't needed. (#127) 5 years ago
Dan Gohman ec4549dabc
Temporarily disable the use of `__heap_base`. (#132) 5 years ago
vms a214f1c0b1 Use __heap_base by dlmalloc (#114) 5 years ago
Dan Gohman a94d2d04e7
Avoid varargs conventions when calling open (#126) 5 years ago
Dan Gohman 7fcc4f29df
Revamp and simplify the libpreopen code. (#110) 5 years ago
Dan Gohman eb7230cf94
Remove more unsupported headers. (#123) 5 years ago
Dan Gohman ec3ee5e985
Avoid using user identifiers in function declarations. (#124) 5 years ago
Dan Gohman 8048aeb500
Don't build bind_textdomain_codeset.c (#122) 5 years ago