Fri, 17 May 2024 21:42:49 UTC | login

Information for build binaryen-111-2.0.riscv64.fc38

ID244273
Package Namebinaryen
Version111
Release2.0.riscv64.fc38
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/binaryen.git#370f899c7af461fb9e0bdce96bddb5d9b9947a8d
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, 07 Apr 2023 09:34:55 UTC
CompletedFri, 07 Apr 2023 12:31:28 UTC
Taskbuild (f38, /rpms/binaryen.git:370f899c7af461fb9e0bdce96bddb5d9b9947a8d)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/binaryen.git#370f899c7af461fb9e0bdce96bddb5d9b9947a8d'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Apr 07 2023 David Abdurachmanov <davidlt@rivosinc.com> - 111-2.0.riscv64 - Backport fix for GCC 13 * 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) * 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)