wabt 1.0.34+dsfg2+~cs1.0.32-1ubuntu2 source package in Ubuntu

Changelog

wabt (1.0.34+dsfg2+~cs1.0.32-1ubuntu2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 19:33:42 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
wabt_1.0.34+dsfg2+~cs1.0.32.orig-node-wabt-js.tar.xz 16.9 KiB fa74ad59573e81bb26e256cf1fc178a0f6c3560272010c997da6e30fe7b42dc3
wabt_1.0.34+dsfg2+~cs1.0.32.orig.tar.xz 525.4 KiB 66eb4e3f63bc484f8801f2c2bffcefba6f8a7223af0c0eb6a3fab0a2e9de8d4b
wabt_1.0.34+dsfg2+~cs1.0.32-1ubuntu2.debian.tar.xz 13.3 KiB b4bf09031c907d8d05c6a7827f2669c80bd7229d14ed80b5d65dbc425bc4e2ea
wabt_1.0.34+dsfg2+~cs1.0.32-1ubuntu2.dsc 2.5 KiB 3edf4bc589ed1ffd3bd5814a187e88e76a1d496127c984d14d8b42145ece5d49

View changes file

Binary packages built by this source

wabt: WebAssembly Binary Toolkit

 WABT (pronounced: "wabbit") is a suite of tools for WebAssembly, including:
 .
  * wat2wasm: translate from WebAssembly text format to the WebAssembly binary
    format
  * wasm2wat: the inverse of wat2wasm, translate from the binary format back
    to the text format (also known as a .wat)
  * wasm-objdump: print information about a wasm binary. Similar to objdump.
  * wasm-interp: decode and run a WebAssembly binary file using a stack-based
    interpreter
  * wat-desugar: parse .wat text form as supported by the spec interpreter
    (s-expressions, flat syntax, or mixed) and print "canonical" flat format
  * wasm2c: convert a WebAssembly binary file to a C source and header
 .
 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).

wabt-dbgsym: debug symbols for wabt