From caf80bfd1f936da5f516b88f48bcbd8866db6db1 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Tue, 21 Oct 2025 01:54:24 +0900 Subject: [PATCH] ci: bump wasmtime to 38.0.1 https://github.com/bytecodealliance/wasmtime/releases/tag/v38.0.1 --- .github/workflows/swiftwasm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/swiftwasm.yml b/.github/workflows/swiftwasm.yml index 9e0454f2..b65c7539 100644 --- a/.github/workflows/swiftwasm.yml +++ b/.github/workflows/swiftwasm.yml @@ -6,7 +6,7 @@ on: branches: ["wasm32-wasi"] env: SWIFT_VERSION: main-snapshot-2025-10-02 - WASMTIME_VERSION: 37.0.2 + WASMTIME_VERSION: 38.0.1 permissions: {} defaults: run: