From 5b904599d5e0229b3070856b32c0a5de79f5401c Mon Sep 17 00:00:00 2001 From: DFINITY bot <58022693+dfinity-bot@users.noreply.github.com> Date: Sun, 25 Feb 2024 01:16:15 +0100 Subject: [PATCH] niv musl-wasi: update c5264e2b -> 0fe51d25 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...0fe51d25](https://github.com/WebAssembly/wasi-libc/compare/c5264e2bbe532994d06b039005f2af91bedcc1a6...0fe51d2582de6ee7f7d76267e484c300505c93df) * [`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)) --- nix/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index d95985d7957..ec341dc172a 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": "0fe51d2582de6ee7f7d76267e484c300505c93df", + "sha256": "0kiapahd33nrh8dw7hs5sl1wv8pgsbi3ya0bqbld6b3x60xf70y9", "type": "tarball", - "url": "https://github.com/WebAssembly/wasi-libc/archive/c5264e2bbe532994d06b039005f2af91bedcc1a6.tar.gz", + "url": "https://github.com/WebAssembly/wasi-libc/archive/0fe51d2582de6ee7f7d76267e484c300505c93df.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "nixpkgs": {