Path to this page:
./
devel/wabt,
The WebAssembly Binary Toolkit
Branch: CURRENT,
Version: 1.0.37,
Package name: wabt-1.0.37,
Maintainer: pkgsrc-usersWABT (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: 1372.651 KB
Version history: (Expand)
- (2025-04-01) Updated to version: wabt-1.0.37
- (2024-08-02) Updated to version: wabt-1.0.36
- (2024-05-15) Updated to version: wabt-1.0.35
- (2023-10-25) Updated to version: wabt-1.0.34
- (2023-10-25) Updated to version: wabt-1.0.33nb1
- (2023-05-22) Updated to version: wabt-1.0.33
CVS history: (Expand)
2025-04-01 07:22:07 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
wabt: updated to 1.0.37
1.0.37
Harden against invalid alignment
Install wasm-rt-impl include files
Add missing relocation types (and delete a non-existent one)
wasm2c: Segue support for CPUs without wrgsbase instructions
[wasm-interp] Fix memory corruption with recursive call_indirect
wasm2c: Add segue option to make exclusive use of the segment register
Use intrinsic for Popcount on arm64 msvc
Fix bug in wasm2c runtime's alternate stack deallocation
wasm2c: Use wrappers for function references
Fix error message for ref.is_null
Fix handling of data count without data section
Fix call_ref on empty stack
wasm-interp: Fix catch handlers' value stack sizes
wasm2c: Fix handling of locals in setjmp targets
wasm-interp: Fix catch handlers correctly
Raise parse error on NaN in i32 and i64 literals
wasm-decompile: add function index comments
wasm-interp: Fix off-by-one in DoThrow
wasm2c: Cleanup of handling of WASM_RT_USE_SEGUE macro
type.h: Introduce ExnRef
wasm2c: Reset the segment register after call_indirect as the register may have \
changed
[EH] Fix exnref's opcode
lexer-keywords.txt: Recognize exn and exnref
wasm2c: Cleanup TLS: check for __thread and declare TLS vars only when needed
binary-reader-ir: Track usage of exception handling in features_used
interp: Handle ref.null exn
Fix label 'for' attributes to match input 'id's in demo
Update testsuite
test(interp): Move legacy exception handling tests (NFC)
wasm-decompile: Fix unescaped characters in data output.
wat-writer.cc: update text serialization of data memuse
Add support for the custom-page-sizes proposal
test/run-roundtrip.py: test roundtrip even with --stdout
wasm2c: disable segue in clang8 due to missing fsgsbase support
wasm2c: minor code cleanup for OS checks for segue
wast-parser.cc: Fix a crash from failing (module quote ...)
binary/wat: Implement EHv4
interp: Implement EHv4
add installation section to README.md
CI: Use latest macOS images
Issue a nicer error message on wasm components.
wasm2c: update memory/table operations to use u64 + harmonize checks
Set CMAKE_OSX_DEPLOYMENT_TARGET to 10.14 in CMakeLists.txt
wasm2c: Implement EHv4
CI: Update to upload-artifact v4
CI: Use safer GITHUB_OUTPUT
Fix lint task
wasm2c: support the custom-page-sizes proposal
build.yml: fix s390x build
Update testsuite submodule
|
2024-08-02 09:41:33 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
wabt: updated to 1.0.36
1.0.36
Bump version to 1.0.36
|
2024-05-15 09:21:13 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
wabt: updated to 1.0.35
1.0.35
Bug fixes
|
2023-10-25 11:05:25 by Adam Ciarcinski | Files touched by this commit (4) |  |
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) |  |
Log message:
wabt: update to 1.0.33.
No upstream ChangeLog.
|