Mon, 16 Dec 2024 18:45:03 UTC | login

Information for build binaryen-111-1.fc38

ID239597
Package Namebinaryen
Version111
Release1.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/binaryen.git#1256292fe0cc2117cea0a1f4cb69b73cf278665d
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
StartedFri, 09 Jun 2023 09:22:17 UTC
CompletedFri, 09 Jun 2023 14:46:42 UTC
Taskbuild (f38, /rpms/binaryen.git:1256292fe0cc2117cea0a1f4cb69b73cf278665d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/binaryen.git#1256292fe0cc2117cea0a1f4cb69b73cf278665d'}}
Tags No tags
RPMs No RPMs
Changelog * 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) * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 101-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Sat May 15 2021 Dominik Mierzejewski <rpm@greysector.net> 101-1 - update to 101 (#1950518) * Wed Mar 17 2021 Dominik Mierzejewski <rpm@greysector.net> 100-1 - update to 100 (#1914377) - drop obsolete patch * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 98-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild