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