From 32a0e1e45df573ea95c1d99cffc09725c9150f4a Mon Sep 17 00:00:00 2001 From: DFINITY bot <58022693+dfinity-bot@users.noreply.github.com> Date: Sun, 24 Mar 2024 01:17:18 +0100 Subject: [PATCH] niv musl-wasi: update c5264e2b -> 6593687e MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Changelog for musl-wasi: Branch: main Commits: [WebAssembly/wasi-libc@c5264e2b...6593687e](https://github.com/WebAssembly/wasi-libc/compare/c5264e2bbe532994d06b039005f2af91bedcc1a6...6593687e25f07526c4b92a20fe5ddf507599d5b3) * [`4bac52ea`](https://github.com/WebAssembly/wasi-libc/commit/4bac52eac3fd97157c15f86ffcab4e91533aa6f3) Remove trailing backtick in README.md ([WebAssembly/wasi-libc⁠#455](https://togithub.com/WebAssembly/wasi-libc/issues/455)) * [`5a693184`](https://github.com/WebAssembly/wasi-libc/commit/5a693184e947b7a30087b91d4afc1a5d06eec885) add `wasm32-wasi-preview2` target ([WebAssembly/wasi-libc⁠#457](https://togithub.com/WebAssembly/wasi-libc/issues/457)) * [`925ad6d7`](https://github.com/WebAssembly/wasi-libc/commit/925ad6d75899397d26b9f09a6f195dbf5eb35814) CI: include wasi-threads in the sysroot ([WebAssembly/wasi-libc⁠#458](https://togithub.com/WebAssembly/wasi-libc/issues/458)) * [`03b228e4`](https://github.com/WebAssembly/wasi-libc/commit/03b228e46bb02fcc5927253e1b8ad715072b1ae4) emmalloc: use __heap_end instead of sbrk(0) ([WebAssembly/wasi-libc⁠#462](https://togithub.com/WebAssembly/wasi-libc/issues/462)) * [`47b9db6d`](https://github.com/WebAssembly/wasi-libc/commit/47b9db6d150d5a31ac5945296eca4550769fe97c) add WASI Preview 2 bindings ([WebAssembly/wasi-libc⁠#460](https://togithub.com/WebAssembly/wasi-libc/issues/460)) * [`cc62fa82`](https://github.com/WebAssembly/wasi-libc/commit/cc62fa82c29bfced82d280cbccc231667ee80822) add stubs for `statvfs`, `chmod`, etc. ([WebAssembly/wasi-libc⁠#463](https://togithub.com/WebAssembly/wasi-libc/issues/463)) * [`a6489a85`](https://github.com/WebAssembly/wasi-libc/commit/a6489a85633ae36dc1d3ec93f85d27ca242feed0) test: use the same version of wasmtime and adapter ([WebAssembly/wasi-libc⁠#468](https://togithub.com/WebAssembly/wasi-libc/issues/468)) * [`212296e4`](https://github.com/WebAssembly/wasi-libc/commit/212296e4fa1c59f7651b1aefb6a399ed9138d97a) add realpath.c to `LIBC_TOP_HALF_MUSL_SOURCES` ([WebAssembly/wasi-libc⁠#473](https://togithub.com/WebAssembly/wasi-libc/issues/473)) * [`55df1f54`](https://github.com/WebAssembly/wasi-libc/commit/55df1f54e2e54b64ad1cc385986cd1863f45e211) Update bindings and dependencies to WASI 0.2.0 ([WebAssembly/wasi-libc⁠#471](https://togithub.com/WebAssembly/wasi-libc/issues/471)) * [`0fe51d25`](https://github.com/WebAssembly/wasi-libc/commit/0fe51d2582de6ee7f7d76267e484c300505c93df) add preview2_component_type.o to libc.a and libc.so ([WebAssembly/wasi-libc⁠#472](https://togithub.com/WebAssembly/wasi-libc/issues/472)) * [`09683b36`](https://github.com/WebAssembly/wasi-libc/commit/09683b3623ec49f79899fc1d847f29e26af80fd1) add descriptor table for mapping fds to handles ([WebAssembly/wasi-libc⁠#464](https://togithub.com/WebAssembly/wasi-libc/issues/464)) * [`c9c7d061`](https://github.com/WebAssembly/wasi-libc/commit/c9c7d0616e0f7fe4d0d0fa54372b6d1f5689f91d) Start renaming preview1 to p1 and preview2 to p2 ([WebAssembly/wasi-libc⁠#478](https://togithub.com/WebAssembly/wasi-libc/issues/478)) * [`a1b4def3`](https://github.com/WebAssembly/wasi-libc/commit/a1b4def387614c391276cc4b2d1f1bdb8994cf3e) fix `#ifdef __cplusplus` guard in dirent.h ([WebAssembly/wasi-libc⁠#479](https://togithub.com/WebAssembly/wasi-libc/issues/479)) * [`c8ef60ad`](https://github.com/WebAssembly/wasi-libc/commit/c8ef60ad9ba6b26ee3e6f2d0934661191eedadc5) Add support for pthread_getattr_np ([WebAssembly/wasi-libc⁠#470](https://togithub.com/WebAssembly/wasi-libc/issues/470)) * [`a963040f`](https://github.com/WebAssembly/wasi-libc/commit/a963040f0a40c5cd0032ffdbf80716611bf84c20) crt1-command.c: fix whitespace issues ([WebAssembly/wasi-libc⁠#480](https://togithub.com/WebAssembly/wasi-libc/issues/480)) * [`684f1556`](https://github.com/WebAssembly/wasi-libc/commit/684f155664244825f27e3fb52be1518d0d0fbe51) implement basic TCP/UDP client support ([WebAssembly/wasi-libc⁠#477](https://togithub.com/WebAssembly/wasi-libc/issues/477)) * [`f493dc28`](https://github.com/WebAssembly/wasi-libc/commit/f493dc284dca552e58921e488b513880d09bc528) implement basic TCP/UDP server support ([WebAssembly/wasi-libc⁠#481](https://togithub.com/WebAssembly/wasi-libc/issues/481)) * [`6593687e`](https://github.com/WebAssembly/wasi-libc/commit/6593687e25f07526c4b92a20fe5ddf507599d5b3) add wasip2 implementations of more socket APIs ([WebAssembly/wasi-libc⁠#482](https://togithub.com/WebAssembly/wasi-libc/issues/482)) --- nix/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index 7531e49ccab..08ece999b00 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -101,10 +101,10 @@ "homepage": "https://wasi.dev", "owner": "WebAssembly", "repo": "wasi-libc", - "rev": "c5264e2bbe532994d06b039005f2af91bedcc1a6", - "sha256": "1skw2jqzaidr2zbzbjw32b36xvqniwf4if8cr4kbpp8vjvh7j2lr", + "rev": "6593687e25f07526c4b92a20fe5ddf507599d5b3", + "sha256": "09hlncv8vq7q4mmi9wqi749h37ddji6j088m1pk9x1b9dk73lxgj", "type": "tarball", - "url": "https://github.com/WebAssembly/wasi-libc/archive/c5264e2bbe532994d06b039005f2af91bedcc1a6.tar.gz", + "url": "https://github.com/WebAssembly/wasi-libc/archive/6593687e25f07526c4b92a20fe5ddf507599d5b3.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "nixpkgs": {