Sat, 20 Apr 2024 02:28:07 UTC | login

Information for build wabt-1.0.15-1.fc33

ID158481
Package Namewabt
Version1.0.15
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/wabt.git#cb196883ab946f594546ca883e0bd50635c0784e
SummaryThe WebAssembly Binary Toolkit
DescriptionWABT (we pronounce it "wabbit") is a suite of tools for WebAssembly. These tools are intended for use in (or for development of) toolchains or other systems that want to manipulate WebAssembly files. Unlike the WebAssembly spec interpreter (which is written to be as simple, declarative and "speccy" as possible), they are written in C/C++ and designed for easier integration into other systems. Unlike Binaryen these tools do not aim to provide an optimization platform or a higher-level compiler target; instead they aim for full fidelity and compliance with the spec (e.g. 1:1 round-trips with no changes to instructions).
Built bydavidlt
State failed
Volume DEFAULT
StartedTue, 09 Jun 2020 11:55:12 UTC
CompletedTue, 09 Jun 2020 13:48:15 UTC
Taskbuild (f33, /rpms/wabt.git:cb196883ab946f594546ca883e0bd50635c0784e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/wabt.git#cb196883ab946f594546ca883e0bd50635c0784e'}}
Tags No tags
RPMs No RPMs
Changelog * Wed May 06 2020 Dominik Mierzejewski <rpm@greysector.net> 1.0.15-1 - update to 1.0.15 (#1832317) - pathfix.py no longer required, upstream moved to python3-only - skip new failing tests in i686 and ppc64le (reported upstream) * Fri Mar 20 2020 Dominik Mierzejewski <rpm@greysector.net> 1.0.13-1 - update to 1.0.13 (#1792557) - drop obsolete patch and work-arounds - bundle wasm-c-api (only wasm.h used for build) - double test timeout again to prevent failures on armv7hl * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Sep 28 2019 Dominik Mierzejewski <rpm@greysector.net> 1.0.12-1 - update to 1.0.12 (#1755644) - drop obsolete patch - disable regress/regress-30.txt until fixed for python3 - fix running test/wasm2c/spec tests under python3 * Thu Sep 12 2019 Dominik Mierzejewski <rpm@greysector.net> 1.0.11-1 - update to 1.0.11 - drop obsolete patches * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Apr 15 2019 Dominik Mierzejewski <rpm@greysector.net> 1.0.10-2 - backport some fixes for test failures from upstream git - run tests in parallel and double timeout to prevent failures on armv7hl * Thu Mar 14 2019 Dominik Mierzejewski <rpm@greysector.net> 1.0.10-1 - initial build