From 93dcc6a91dfa8df09f54e66cf513b9944aaeef1b Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Fri, 12 Jun 2026 21:02:46 +0900 Subject: [PATCH] chore: update to wabt 1.0.41 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 267a1ce..af98747 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Setup wabt (for wasm-strip) uses: mwilliamson/setup-wabt-action@v3 with: - wabt-version: 1.0.39 + wabt-version: 1.0.41 - name: Check wasm-strip version run: wasm-strip --version