pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/wabt
Module Name: pkgsrc
Committed By: adam
Date: Fri Oct 31 21:49:35 UTC 2025
Modified Files:
pkgsrc/devel/wabt: Makefile distinfo
Log Message:
wabt: updated to 1.0.38
1.0.38
[CI] Remove macos-12 build
Bump version to 1.0.37
wasm-interp: Handle refs_ correctly
Fix tail-call handling in interpreter and wasm2c
wasm2c: Fix platform specific mutex support
wasm2c: Add Segue support for FreeBSD
Fix ElemSegment CheckType in shared validator
Pull fuzzers from oss-fuzz into tree
Remove -sSINGLE_FILE and other emscripten link flags
Enable CMake deprecation warnings
Add Type comparison methods
libwabt.js: Add check option, equiv to wasm2wat's --no-check
[wast-parser] Add parse_binary_modules option
Move parser related data from IR to the parser and improve reference type parsing
wasm2c: remove use of inline enum declarations
wasm2c: Remove enum types from variadic get_func_type API
Add missing in_function_body check to objdump
Fixed typo in wasm2c --module-name help message
Validate type references by index
wasm2c: Simplify load_data for big endian platforms
wasm2c: Remove implicit void* conversions in tail calls
wasm2c: add check to avoid mprotect on zero sizes
wasm2c: allow test script to specify a runner app
chore: edited the link to the CI badge
wasm2c: format source and regenerate tests and examples
wasm2c: Mmap+guard on big-endian won't move memory
wasm2c: fix big endian guard page support
gh-2616 Fix wrong validation of code metadata function index
Fix for empty CMAKE_OSX_SYSROOT
fix mismatch between ExprTypeName and ExprType
Fix wat2wasm -o - for writing to stdout. NFC
Update HTML doc
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/wabt/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/wabt/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/wabt/Makefile
diff -u pkgsrc/devel/wabt/Makefile:1.25 pkgsrc/devel/wabt/Makefile:1.26
--- pkgsrc/devel/wabt/Makefile:1.25 Tue Apr 1 05:22:07 2025
+++ pkgsrc/devel/wabt/Makefile Fri Oct 31 21:49:35 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2025/04/01 05:22:07 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/10/31 21:49:35 adam Exp $
-DISTNAME= wabt-1.0.37
+DISTNAME= wabt-1.0.38
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=WebAssembly/}
Index: pkgsrc/devel/wabt/distinfo
diff -u pkgsrc/devel/wabt/distinfo:1.21 pkgsrc/devel/wabt/distinfo:1.22
--- pkgsrc/devel/wabt/distinfo:1.21 Tue Apr 1 05:22:07 2025
+++ pkgsrc/devel/wabt/distinfo Fri Oct 31 21:49:35 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2025/04/01 05:22:07 adam Exp $
+$NetBSD: distinfo,v 1.22 2025/10/31 21:49:35 adam Exp $
-BLAKE2s (wabt-1.0.37.tar.gz) = 013245e6d3655561dd5bf768e37ba2153907cf8877e2a55a271efe6578009203
-SHA512 (wabt-1.0.37.tar.gz) = 446622858458553f56187cf17e9435168837ac093f81f81852f12b0aeb7e6e542c5ac1fbce1dde1265107add52cc3f2cacf0c2cf25154d168080b8bece15e21b
-Size (wabt-1.0.37.tar.gz) = 1405595 bytes
+BLAKE2s (wabt-1.0.38.tar.gz) = 6a08f05cddcfaa62040d270c0f6900ef9218c501aa5d306bafda1d1c2fbecd01
+SHA512 (wabt-1.0.38.tar.gz) = 1a468110a34ea4654a423c0e2c5cc1c915eddb6ca306452a4f54b623b3cb5ca2043a4d29899c528dccbf8ac5fe8ac69f964057e2d9837c8843a9fe26499a30b6
+Size (wabt-1.0.38.tar.gz) = 1405739 bytes
SHA1 (patch-CMakeLists.txt) = e65ad4657be060a20273e88014dc3279cfe1e230
Home |
Main Index |
Thread Index |
Old Index