Skip to content

Commit

Permalink
niv musl-wasi: update c5264e2b -> 7d4d3b83
Browse files Browse the repository at this point in the history
## Changelog for musl-wasi:
Branch: main
Commits: [WebAssembly/wasi-libc@c5264e2b...7d4d3b83](WebAssembly/wasi-libc@c5264e2...7d4d3b8)

* [`4bac52ea`](WebAssembly/wasi-libc@4bac52e) Remove trailing backtick in README.md ([WebAssembly/wasi-libc⁠#455](https://togithub.com/WebAssembly/wasi-libc/issues/455))
* [`5a693184`](WebAssembly/wasi-libc@5a69318) add `wasm32-wasi-preview2` target ([WebAssembly/wasi-libc⁠#457](https://togithub.com/WebAssembly/wasi-libc/issues/457))
* [`925ad6d7`](WebAssembly/wasi-libc@925ad6d) CI: include wasi-threads in the sysroot ([WebAssembly/wasi-libc⁠#458](https://togithub.com/WebAssembly/wasi-libc/issues/458))
* [`03b228e4`](WebAssembly/wasi-libc@03b228e) emmalloc: use __heap_end instead of sbrk(0) ([WebAssembly/wasi-libc⁠#462](https://togithub.com/WebAssembly/wasi-libc/issues/462))
* [`47b9db6d`](WebAssembly/wasi-libc@47b9db6) add WASI Preview 2 bindings ([WebAssembly/wasi-libc⁠#460](https://togithub.com/WebAssembly/wasi-libc/issues/460))
* [`cc62fa82`](WebAssembly/wasi-libc@cc62fa8) add stubs for `statvfs`, `chmod`, etc. ([WebAssembly/wasi-libc⁠#463](https://togithub.com/WebAssembly/wasi-libc/issues/463))
* [`a6489a85`](WebAssembly/wasi-libc@a6489a8) test: use the same version of wasmtime and adapter ([WebAssembly/wasi-libc⁠#468](https://togithub.com/WebAssembly/wasi-libc/issues/468))
* [`212296e4`](WebAssembly/wasi-libc@212296e) add realpath.c to `LIBC_TOP_HALF_MUSL_SOURCES` ([WebAssembly/wasi-libc⁠#473](https://togithub.com/WebAssembly/wasi-libc/issues/473))
* [`55df1f54`](WebAssembly/wasi-libc@55df1f5) Update bindings and dependencies to WASI 0.2.0 ([WebAssembly/wasi-libc⁠#471](https://togithub.com/WebAssembly/wasi-libc/issues/471))
* [`0fe51d25`](WebAssembly/wasi-libc@0fe51d2) add preview2_component_type.o to libc.a and libc.so ([WebAssembly/wasi-libc⁠#472](https://togithub.com/WebAssembly/wasi-libc/issues/472))
* [`09683b36`](WebAssembly/wasi-libc@09683b3) add descriptor table for mapping fds to handles ([WebAssembly/wasi-libc⁠#464](https://togithub.com/WebAssembly/wasi-libc/issues/464))
* [`c9c7d061`](WebAssembly/wasi-libc@c9c7d06) Start renaming preview1 to p1 and preview2 to p2 ([WebAssembly/wasi-libc⁠#478](https://togithub.com/WebAssembly/wasi-libc/issues/478))
* [`a1b4def3`](WebAssembly/wasi-libc@a1b4def) fix `#ifdef __cplusplus` guard in dirent.h ([WebAssembly/wasi-libc⁠#479](https://togithub.com/WebAssembly/wasi-libc/issues/479))
* [`c8ef60ad`](WebAssembly/wasi-libc@c8ef60a) Add support for pthread_getattr_np ([WebAssembly/wasi-libc⁠#470](https://togithub.com/WebAssembly/wasi-libc/issues/470))
* [`a963040f`](WebAssembly/wasi-libc@a963040) crt1-command.c: fix whitespace issues ([WebAssembly/wasi-libc⁠#480](https://togithub.com/WebAssembly/wasi-libc/issues/480))
* [`684f1556`](WebAssembly/wasi-libc@684f155) implement basic TCP/UDP client support ([WebAssembly/wasi-libc⁠#477](https://togithub.com/WebAssembly/wasi-libc/issues/477))
* [`f493dc28`](WebAssembly/wasi-libc@f493dc2) implement basic TCP/UDP server support ([WebAssembly/wasi-libc⁠#481](https://togithub.com/WebAssembly/wasi-libc/issues/481))
* [`6593687e`](WebAssembly/wasi-libc@6593687) add wasip2 implementations of more socket APIs ([WebAssembly/wasi-libc⁠#482](https://togithub.com/WebAssembly/wasi-libc/issues/482))
* [`a2ed34e8`](WebAssembly/wasi-libc@a2ed34e) wasip2 support for `close`, `poll`, `pselect` ([WebAssembly/wasi-libc⁠#486](https://togithub.com/WebAssembly/wasi-libc/issues/486))
* [`1ab654e2`](WebAssembly/wasi-libc@1ab654e) Add libsetjmp.a/so ([WebAssembly/wasi-libc⁠#483](https://togithub.com/WebAssembly/wasi-libc/issues/483))
* [`d0382948`](WebAssembly/wasi-libc@d038294) implement `getsockname`, `getpeername`, and `getaddrinfo` ([WebAssembly/wasi-libc⁠#488](https://togithub.com/WebAssembly/wasi-libc/issues/488))
* [`9e8c5423`](WebAssembly/wasi-libc@9e8c542) add `__wasilibc_reset_preopens` ([WebAssembly/wasi-libc⁠#489](https://togithub.com/WebAssembly/wasi-libc/issues/489))
* [`13ed9802`](WebAssembly/wasi-libc@13ed980) Adjust Makefile for LLVM trunk (19) as of 2024-04-26 ([WebAssembly/wasi-libc⁠#492](https://togithub.com/WebAssembly/wasi-libc/issues/492))
* [`129ee9b6`](WebAssembly/wasi-libc@129ee9b) Adjust Makefile for LLVM trunk (19) as of 2024-04-30 ([WebAssembly/wasi-libc⁠#493](https://togithub.com/WebAssembly/wasi-libc/issues/493))
* [`88761387`](WebAssembly/wasi-libc@8876138) Remove extra lock-taking in preopen setup ([WebAssembly/wasi-libc⁠#491](https://togithub.com/WebAssembly/wasi-libc/issues/491))
* [`2f088a99`](WebAssembly/wasi-libc@2f088a9) Update `_POSIX_THREAD_XX` macro definitions ([WebAssembly/wasi-libc⁠#494](https://togithub.com/WebAssembly/wasi-libc/issues/494))
* [`a3ef1520`](WebAssembly/wasi-libc@a3ef152) dlmalloc: account the footprint of the initial heap ([WebAssembly/wasi-libc⁠#496](https://togithub.com/WebAssembly/wasi-libc/issues/496))
* [`153f6321`](WebAssembly/wasi-libc@153f632) Ignore the `__tls_base` undefined symbol ([WebAssembly/wasi-libc⁠#498](https://togithub.com/WebAssembly/wasi-libc/issues/498))
* [`44c4b1e3`](WebAssembly/wasi-libc@44c4b1e) Use a different makefile variable for `-D__wasilibc_use_wasip2` ([WebAssembly/wasi-libc⁠#499](https://togithub.com/WebAssembly/wasi-libc/issues/499))
* [`7528b131`](WebAssembly/wasi-libc@7528b13) Extend wasi-emulated-mman with `mprotect`. ([WebAssembly/wasi-libc⁠#500](https://togithub.com/WebAssembly/wasi-libc/issues/500))
* [`acd0a6e3`](WebAssembly/wasi-libc@acd0a6e) include pthread.h for all targets ([WebAssembly/wasi-libc⁠#504](https://togithub.com/WebAssembly/wasi-libc/issues/504))
* [`31845366`](WebAssembly/wasi-libc@3184536) Makefile: separate the target to create empty dummy libraries ([WebAssembly/wasi-libc⁠#502](https://togithub.com/WebAssembly/wasi-libc/issues/502))
* [`ebac9aee`](WebAssembly/wasi-libc@ebac9ae) timezone __secs_to_zone stub: guard against null pointer dereference ([WebAssembly/wasi-libc⁠#507](https://togithub.com/WebAssembly/wasi-libc/issues/507))
* [`320bbbcc`](WebAssembly/wasi-libc@320bbbc) Adjust Makefile for LLVM trunk (19) as of 2024-06-20 ([WebAssembly/wasi-libc⁠#509](https://togithub.com/WebAssembly/wasi-libc/issues/509))
* [`67080fa0`](WebAssembly/wasi-libc@67080fa) `times` should always return 0 for `tms_cutime` ([WebAssembly/wasi-libc⁠#510](https://togithub.com/WebAssembly/wasi-libc/issues/510))
* [`5667be15`](WebAssembly/wasi-libc@5667be1) 0-initialize thread-specific data upon thread creation. ([WebAssembly/wasi-libc⁠#508](https://togithub.com/WebAssembly/wasi-libc/issues/508))
* [`3f43ea9a`](WebAssembly/wasi-libc@3f43ea9) iconv/wctomb: fix memory corruption related to CURRENT_UTF8 implementation ([WebAssembly/wasi-libc⁠#511](https://togithub.com/WebAssembly/wasi-libc/issues/511))
* [`d43dcc63`](WebAssembly/wasi-libc@d43dcc6) Adjust Makefile for LLVM trunk (19) as of 2024-07-10 ([WebAssembly/wasi-libc⁠#512](https://togithub.com/WebAssembly/wasi-libc/issues/512))
* [`b9e15a8a`](WebAssembly/wasi-libc@b9e15a8) Add LTO build option ([WebAssembly/wasi-libc⁠#505](https://togithub.com/WebAssembly/wasi-libc/issues/505))
* [`b9ef79d7`](WebAssembly/wasi-libc@b9ef79d) Use the correct compiler-rt ([WebAssembly/wasi-libc⁠#517](https://togithub.com/WebAssembly/wasi-libc/issues/517))
* [`5d3c5e91`](WebAssembly/wasi-libc@5d3c5e9) Improve some pthreads stub functions, batch 0 ([WebAssembly/wasi-libc⁠#519](https://togithub.com/WebAssembly/wasi-libc/issues/519))
* [`230d4be6`](WebAssembly/wasi-libc@230d4be) Improve some pthreads stub functions, batch 1 ([WebAssembly/wasi-libc⁠#525](https://togithub.com/WebAssembly/wasi-libc/issues/525))
* [`8279f959`](WebAssembly/wasi-libc@8279f95) Exclude setjmp runtime from LTO ([WebAssembly/wasi-libc⁠#529](https://togithub.com/WebAssembly/wasi-libc/issues/529))
* [`3f812abf`](WebAssembly/wasi-libc@3f812ab) fix shared library build with llvm-19 ([WebAssembly/wasi-libc⁠#526](https://togithub.com/WebAssembly/wasi-libc/issues/526))
* [`1b19fc65`](WebAssembly/wasi-libc@1b19fc6) getaddrinfo: improve the service/port resolution ([WebAssembly/wasi-libc⁠#524](https://togithub.com/WebAssembly/wasi-libc/issues/524))
* [`7d4d3b83`](WebAssembly/wasi-libc@7d4d3b8) ci: update actions ([WebAssembly/wasi-libc⁠#535](https://togithub.com/WebAssembly/wasi-libc/issues/535))
  • Loading branch information
dfinity-bot committed Sep 22, 2024
1 parent 1219a50 commit 20d3694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@
"homepage": "https://wasi.dev",
"owner": "WebAssembly",
"repo": "wasi-libc",
"rev": "c5264e2bbe532994d06b039005f2af91bedcc1a6",
"sha256": "1skw2jqzaidr2zbzbjw32b36xvqniwf4if8cr4kbpp8vjvh7j2lr",
"rev": "7d4d3b83fc66c79b3faa5989e67ed2d1042dacaf",
"sha256": "0dgpwxmvpfng7gznfsl33zysmgan4i37b08s9w4b9xqd047bag1y",
"type": "tarball",
"url": "https://github.com/WebAssembly/wasi-libc/archive/c5264e2bbe532994d06b039005f2af91bedcc1a6.tar.gz",
"url": "https://github.com/WebAssembly/wasi-libc/archive/7d4d3b83fc66c79b3faa5989e67ed2d1042dacaf.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": {
Expand Down

0 comments on commit 20d3694

Please sign in to comment.