<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/compilers/binaryen, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>binaryen: patch lld.py to match '64' on basename</title>
<updated>2026-04-18T17:50:03+00:00</updated>
<author>
<name>Will Cohen</name>
<email>willcohen@users.noreply.github.com</email>
</author>
<published>2026-04-18T17:44:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1bf8828bc7d52d27c6e1da89903f7d7db77a49b8'/>
<id>1bf8828bc7d52d27c6e1da89903f7d7db77a49b8</id>
<content type='text'>
scripts/test/lld.py adds --enable-memory64 --bigint when '64' appears
anywhere in the input path. The full Nix build directory is included,
and its nonce digits can contain '64' — non-deterministically triggering
the memory64 flags on unrelated tests (e.g. lld/duplicate_imports.wat)
and causing output mismatches. Match on basename instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
scripts/test/lld.py adds --enable-memory64 --bigint when '64' appears
anywhere in the input path. The full Nix build directory is included,
and its nonce digits can contain '64' — non-deterministically triggering
the memory64 flags on unrelated tests (e.g. lld/duplicate_imports.wat)
and causing output mismatches. Match on basename instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>binaryen: 126 -&gt; 129</title>
<updated>2026-04-17T23:13:12+00:00</updated>
<author>
<name>Will Cohen</name>
<email>willcohen@users.noreply.github.com</email>
</author>
<published>2026-04-17T23:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=b95222f26f6a9456452d788d9ed2d74880b4dbb3'/>
<id>b95222f26f6a9456452d788d9ed2d74880b4dbb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>binaryen: 125 -&gt; 126 (#494399)</title>
<updated>2026-03-23T07:56:33+00:00</updated>
<author>
<name>Vladimír Čunát</name>
<email>v@cunat.cz</email>
</author>
<published>2026-03-23T07:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=0da8f33813c2afd8f7a9cb8fb367c553973501b8'/>
<id>0da8f33813c2afd8f7a9cb8fb367c553973501b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>binaryen: remove asppsa from maintainer list</title>
<updated>2026-03-06T07:00:13+00:00</updated>
<author>
<name>Alastair Pharo</name>
<email>asppsa@gmail.com</email>
</author>
<published>2026-03-06T07:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1e4698c776918100cac25ca150cd132b282a21c5'/>
<id>1e4698c776918100cac25ca150cd132b282a21c5</id>
<content type='text'>
This is myself.  I'm unfortunately not able to contribute to this maintenance anymore.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is myself.  I'm unfortunately not able to contribute to this maintenance anymore.</pre>
</div>
</content>
</entry>
<entry>
<title>binaryen: 125 -&gt; 126</title>
<updated>2026-02-26T15:13:30+00:00</updated>
<author>
<name>Thomas Gerbet</name>
<email>thomas@gerbet.me</email>
</author>
<published>2026-02-26T15:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=b958384f3dac47fa6e65f1cfd8bab16b6537b26c'/>
<id>b958384f3dac47fa6e65f1cfd8bab16b6537b26c</id>
<content type='text'>
Fixes CVE-2025-14956 and CVE-2025-14957.

https://github.com/WebAssembly/binaryen/blob/version_126/CHANGELOG.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes CVE-2025-14956 and CVE-2025-14957.

https://github.com/WebAssembly/binaryen/blob/version_126/CHANGELOG.md
</pre>
</div>
</content>
</entry>
<entry>
<title>binaryen: fix build on aarch64/riscv64 with gcc15</title>
<updated>2026-01-02T03:00:01+00:00</updated>
<author>
<name>Moraxyc</name>
<email>i@qaq.li</email>
</author>
<published>2026-01-02T03:00:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=ea2aba65e80abe24377e5beb378ed1fbc7461960'/>
<id>ea2aba65e80abe24377e5beb378ed1fbc7461960</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: clean up 'meta = with' pattern</title>
<updated>2025-12-10T17:09:49+00:00</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2025-12-10T16:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=567e8dfd8eddc5468e6380fc563ab8a27422ab1d'/>
<id>567e8dfd8eddc5468e6380fc563ab8a27422ab1d</id>
<content type='text'>
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther &lt;walther@technowledgy.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther &lt;walther@technowledgy.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>binaryen: 124 -&gt; 125</title>
<updated>2025-12-04T15:03:50+00:00</updated>
<author>
<name>Will Cohen</name>
<email>willcohen@users.noreply.github.com</email>
</author>
<published>2025-12-04T15:02:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=f5b4ad5108eb56aab57e678c7e441ee750fdcb68'/>
<id>f5b4ad5108eb56aab57e678c7e441ee750fdcb68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>binaryen: 123 -&gt; 124</title>
<updated>2025-09-02T22:39:21+00:00</updated>
<author>
<name>Amaan Qureshi</name>
<email>contact@amaanq.com</email>
</author>
<published>2025-09-02T22:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=1540aa8fc29d3244dd74f75140c5bf1a0d144b36'/>
<id>1540aa8fc29d3244dd74f75140c5bf1a0d144b36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: run nixfmt 1.0.0</title>
<updated>2025-07-24T11:55:40+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-07-22T13:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=5a0711127cd8b916c3d3128f473388c8c79df0da'/>
<id>5a0711127cd8b916c3d3128f473388c8c79df0da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
