index
:
wasix-libc.git
main
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.github
Age
Commit message (
Expand
)
Author
2024-06-20
Add release CI pipeline (#41)
v2024-06-20.1
Arshia001
2024-06-14
Fix CI
Arshia Ghafoori
2024-06-14
Always build cxx as part of build32.sh
Arshia Ghafoori
2023-09-19
23
Arshia Ghafoori
2023-09-07
Link all emulated WASI libs
Sander Vocke
2023-09-07
Use build32.sh instead of Make directly. (#1)
Sander Vocke
2023-09-07
Workflow for building a C/C++ sysroot.
Sander Vocke
2023-03-06
Remove support for `__original_main`. (#295)
Dan Gohman
2023-03-06
test: run a subset of tests using `libc-test` (#346)
Andrew Brown
2023-03-06
Install libtinfo5 on ubuntu. (#349)
Dan Gohman
2023-03-06
Fix `make THREAD_MODEL=posix` (#311)
Andrew Brown
2022-05-26
Updated the library so it can compile both wasm32-wasi and wasm64-wasi
Johnathan Sharratt
2022-05-23
First go at wasm64-wasi
Johnathan Sharratt
2022-05-22
Updated sysroot so that it supports wasm64-wasix
Johnathan Sharratt
2022-04-12
`WASM_NM` -> `NM` to use standardized env var
John Ericson
2022-04-12
`WASM_AR` -> `AR` to use standardized env var
John Ericson
2022-04-12
`WASM_CC` -> `CC` to use standardized env var
John Ericson
2022-04-12
Do more explicit env vars for CI
John Ericson
2022-03-28
Disable the headerstest test.
Dan Gohman
2020-11-30
windows ci: try moving rustup stuff to non-bash shell (#225)
Pat Hickey
2020-11-30
Add basic emulation of getcwd/chdir (#214)
Alex Crichton
2020-10-05
CI: use $GITHUB_PATH,ENV rather than add-path, set-env
Pat Hickey
2020-04-06
CI: use llvm 10.0.0 release (#194)
Pat Hickey
2020-04-06
debug
Pat Hickey
2020-04-06
github ci: download llvm over https, add -L flag to curl
Pat Hickey
2020-02-20
fix macos filename, use https
Pat Hickey
2020-02-20
CI: upgrade to llvm 9.0.0
Pat Hickey
2020-02-19
remove no-self-update workaround for windows azure
Pat Hickey
2020-02-19
deprecate azure pipelines CI, build libc on GH Actions
Pat Hickey
2019-12-03
github actions: pin checkout action to v1 (#145)
Sam Clegg
2019-11-21
Correct the version of #136 on master (#141)
Dan Gohman