wasmedge 0.14.0+dfsg-1 source package in Ubuntu

Changelog

wasmedge (0.14.0+dfsg-1) unstable; urgency=medium

  * New upstream release.
    - Add patch Restore-CXX_VISIBILITY_PRESET-hidden, to fix a regression in
      which hundreds of internal C++ symbols are inadvertently exposed.
    - Add new symbols to libwasmedge0.symbols, and drop the
      WasmEdge::Plugin::PluginRegister:* and "WasmEdge_ValueGenNullRef"
      symbols without an ABI bump (not used by any reverse deps).
    - Add a patch to port the parse_json example (used by autopkgtests)
      to the new WasmEdge_ValType API.
  * Properly fix the GCC 14 FTBFS (maybe-uninitialized) through a backport of
    an upstream patch. Thanks to Reinhard Tartler and Diederik de Haas for
    engaging with upstream on this matter.
  * Bump Standards-Version to 4.7.0, no changes needed.

 -- Faidon Liambotis <email address hidden>  Thu, 15 Aug 2024 14:15:56 +0300

Upload details

Uploaded by:
Faidon Liambotis
Uploaded to:
Sid
Original maintainer:
Faidon Liambotis
Architectures:
amd64 arm64
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64 [FULLYBUILT] arm64

Downloads

File Size SHA-256 Checksum
wasmedge_0.14.0+dfsg-1.dsc 2.2 KiB b0627bc70254197c2b74604d59fc4fff06844bb29b4a9d489d30d05dce68654f
wasmedge_0.14.0+dfsg.orig.tar.xz 2.2 MiB dde18aa94c74dad20c85f85d58d5443f2ef2af6954d219b0adfe9f0275cf9383
wasmedge_0.14.0+dfsg-1.debian.tar.xz 11.8 KiB 669c908f464da1fe981d2aa5a391756cc0cd52086b5ea307e7727b9cc8715c1b

Available diffs

No changes file available.

Binary packages built by this source

libwasmedge-dev: standalone runtime for WebAssembly (development headers)

 WasmEdge is a lightweight, high-performance, and extensible WebAssembly
 runtime for cloud native, edge, and decentralized applications.
 .
 It powers serverless apps, embedded functions, microservices, smart contracts,
 and IoT devices.
 .
 This package provides the C API shared library development headers.

libwasmedge0: standalone runtime for WebAssembly (C API shared library)

 WasmEdge is a lightweight, high-performance, and extensible WebAssembly
 runtime for cloud native, edge, and decentralized applications.
 .
 It powers serverless apps, embedded functions, microservices, smart contracts,
 and IoT devices.
 .
 This package provides the C API shared library.

libwasmedge0-dbgsym: debug symbols for libwasmedge0
wasmedge: standalone runtime for WebAssembly

 WasmEdge is a lightweight, high-performance, and extensible WebAssembly
 runtime for cloud native, edge, and decentralized applications.
 .
 It powers serverless apps, embedded functions, microservices, smart contracts,
 and IoT devices.
 .
 This package provides the general WASM runtime ("wasmedge run") as well as the
 ahead-of-time WASM compiler ("wasmedge compile").

wasmedge-dbgsym: debug symbols for wasmedge