Sun, 12 May 2024 10:50:02 UTC | login

Information for build binaryen-116-1.fc40

ID275880
Package Namebinaryen
Version116
Release1.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/binaryen.git#1a9dd659e71e67025275c1711c0182139595db08
SummaryCompiler and toolchain infrastructure library for WebAssembly
DescriptionBinaryen is a compiler and toolchain infrastructure library for WebAssembly, written in C++. It aims to make compiling to WebAssembly easy, fast, and effective: * Easy: Binaryen has a simple C API in a single header, and can also be used from JavaScript. It accepts input in WebAssembly-like form but also accepts a general control flow graph for compilers that prefer that. * Fast: Binaryen's internal IR uses compact data structures and is designed for completely parallel codegen and optimization, using all available CPU cores. Binaryen's IR also compiles down to WebAssembly extremely easily and quickly because it is essentially a subset of WebAssembly. * Effective: Binaryen's optimizer has many passes that can improve code very significantly (e.g. local coloring to coalesce local variables; dead code elimination; precomputing expressions when possible at compile time; etc.). These optimizations aim to make Binaryen powerful enough to be used as a compiler backend by itself. One specific area of focus is on WebAssembly-specific optimizations (that general-purpose compilers might not do), which you can think of as wasm minification , similar to minification for JavaScript, CSS, etc., all of which are language-specific (an example of such an optimization is block return value generation in SimplifyLocals).
Built bydavidlt
State failed
Volume DEFAULT
StartedTue, 16 Apr 2024 18:11:54 UTC
CompletedWed, 17 Apr 2024 08:04:00 UTC
Taskbuild (f40, /rpms/binaryen.git:1a9dd659e71e67025275c1711c0182139595db08)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/binaryen.git#1a9dd659e71e67025275c1711c0182139595db08'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jul 27 2023 Dominik Mierzejewski <dominik@greysector.net> 116-1 - update to 116 (#2169040) - drop obsolete patches - work around/fix test failures * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 111-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 111-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Dec 13 2022 Dominik Mierzejewski <dominik@greysector.net> 111-1 - update to 111 (#2144160) - backport upstream fixes for OOB reads in string_view - disable multi_unit_abbrev_noprint.wasm test running out of memory on i686 * Wed Sep 21 2022 Dominik Mierzejewski <rpm@greysector.net> 110-1 - update to 110 (#2081423) - fix building with external gtest * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 105-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 105-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Jan 16 2022 Dominik Mierzejewski <rpm@greysector.net> 105-1 - update to 105 (#2040105) * Tue Jan 11 2022 Dominik Mierzejewski <rpm@greysector.net> 104-1 - update to 104 (#2033827) - fixes CVE-2021-45290 (#2037323, #2037325) - fixes CVE-2021-45293 (#2037324, #2037326) * Sun Dec 05 2021 Dominik Mierzejewski <rpm@greysector.net> 103-1 - update to 103 (#2028875) * Sun Sep 12 2021 Dominik Mierzejewski <rpm@greysector.net> 102-1 - update to 102 (#2003235)