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: Thu May 7 16:25:21 UTC 2026
Modified Files:
pkgsrc/devel/wabt: Makefile distinfo
Log Message:
wabt: updated to 1.0.41
1.0.41
Implement quoted identifier parsing
feat(demo): Run js in worker in wat2wasm demo
Refactor browser demos and Emscripten build output
Fix wasm2wat demo
Cleanup how emscripten is invoked
[demo] Use arrow functions
Fix Emscripten warnings by removing deprecated writeAsciiToMemory
[wasm2c] Fix exception testing on macOS
bug fix for wat2wasm demo to remove call to module.resolveNames
[wast-parser] Optimize Consume()
Move filename out of Location
Add declaration limit checks to parser
[lexer] Simplify GetLineOffsets
Remove debug-parser option and other unused variables
Use unsigned line info in Locations
Validator: thread table limits through OnReturnCallIndirect
Include error information on error opening output file
Bump version to 1.0.41
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/wabt/Makefile
cvs rdiff -u -r1.24 -r1.25 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.28 pkgsrc/devel/wabt/Makefile:1.29
--- pkgsrc/devel/wabt/Makefile:1.28 Wed Mar 11 17:41:49 2026
+++ pkgsrc/devel/wabt/Makefile Thu May 7 16:25:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2026/03/11 17:41:49 adam Exp $
+# $NetBSD: Makefile,v 1.29 2026/05/07 16:25:21 adam Exp $
-DISTNAME= wabt-1.0.40
+DISTNAME= wabt-1.0.41
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=WebAssembly/}
Index: pkgsrc/devel/wabt/distinfo
diff -u pkgsrc/devel/wabt/distinfo:1.24 pkgsrc/devel/wabt/distinfo:1.25
--- pkgsrc/devel/wabt/distinfo:1.24 Wed Mar 11 17:41:49 2026
+++ pkgsrc/devel/wabt/distinfo Thu May 7 16:25:21 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2026/03/11 17:41:49 adam Exp $
+$NetBSD: distinfo,v 1.25 2026/05/07 16:25:21 adam Exp $
-BLAKE2s (wabt-1.0.40.tar.gz) = 8fe1801f3d7a5664d9e3e9b3c1cc169feec7cc5c88f39f3b4d7590cfd0608a08
-SHA512 (wabt-1.0.40.tar.gz) = 48e6419067c8323a56887b4fb37c4ef694296395328dd03ca414c83e62a2163face4da9c01d595eb6d1a73bded0a8b56fa0f4ae917f8062814b1166bcd027b47
-Size (wabt-1.0.40.tar.gz) = 1437778 bytes
+BLAKE2s (wabt-1.0.41.tar.gz) = cf78cff9c06c3c654c8ed06bb439ccf6548f3ed89d0967487b658a0362468c83
+SHA512 (wabt-1.0.41.tar.gz) = afa21608c20e42b009ef4685b04a42bdaf087ffec7e5e6bc2d91a8ffd801cb54f5c67a06ad2ec4398dd190543146c79d41a444b0aa21112685d81fd192d8ffd5
+Size (wabt-1.0.41.tar.gz) = 1966102 bytes
SHA1 (patch-CMakeLists.txt) = e65ad4657be060a20273e88014dc3279cfe1e230
Home |
Main Index |
Thread Index |
Old Index