./devel/wabt, The WebAssembly Binary Toolkit

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.34, Package name: wabt-1.0.34, Maintainer: pkgsrc-users

WABT (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).


Master sites:

Filesize: 1197.575 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-25 11:05:25 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
wabt: updated to 1.0.34

Major changes since 1.0.33:

Parse & write custom-section annotations
Partial wasm2c support for the threads proposal
wasm2c support for the tail-call proposal
Update multi-memory support to match upstream proposal
wasm-opcodecnt renamed to wasm-stats
wasm2c fixes for MIPS
Support global.get in constant expressions
Better spec-compliant parsing on some edge cases
Improved parsing and validation for memory64
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-07-20 11:46:34 by Nia Alarie | Files touched by this commit (14)
Log message:
*: Convert some remaining usage of GCC_REQD.
   2023-07-09 17:28:30 by Nia Alarie | Files touched by this commit (1)
Log message:
wabt: Add missing OpenSSL dependency. Require a C++17 compiler the proper
way.
   2023-05-22 16:10:42 by Frederic Cambus | Files touched by this commit (4) | Package updated
Log message:
wabt: update to 1.0.33.

No upstream ChangeLog.
   2022-12-31 20:07:53 by Frederic Cambus | Files touched by this commit (3) | Package updated
Log message:
wabt: update to 1.0.32.

No upstream ChangeLog.
   2022-11-19 18:01:08 by Frederic Cambus | Files touched by this commit (3) | Package updated
Log message:
wabt: update to 1.0.31.

No upstream ChangeLog.
   2022-11-13 19:17:46 by Frederic Cambus | Files touched by this commit (2)
Log message:
*: drop maintainership for WebAssembly related packages.