Skip to content

Commit

Permalink
chore(deps) bump Wasmtime to 12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Oct 6, 2023
1 parent 1db400a commit 2c94197
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-large.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
cc: [gcc-12]
ngx: [1.25.2]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.1]
wasmtime: [12.0.2]
wasmer: [3.1.1]
v8: [11.4.183.23]
debug: [debug, no_debug]
Expand All @@ -38,7 +38,7 @@ jobs:
cc: gcc-12
openresty: 1.21.4.2
runtime: wasmtime
wasmtime: 12.0.1
wasmtime: 12.0.2
debug: debug
hup: no_hup
ssl: ssl
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
cc: [gcc-12]
ngx: [1.25.2]
runtime: [wasmer, wasmtime, v8]
wasmtime: [12.0.1]
wasmtime: [12.0.2]
wasmer: [3.1.1]
v8: [11.4.183.23]
hup: [hup, no_hup]
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
cc: [clang-15]
openresty: [1.21.4.2]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.1]
wasmtime: [12.0.2]
wasmer: [3.1.1]
v8: [11.4.183.23]
ssl: [no_ssl, ssl]
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
cc: [clang-13, clang-14, gcc-10, gcc-11]
ngx: [1.25.2]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.1]
wasmtime: [12.0.2]
wasmer: [3.1.1]
v8: [11.4.183.23]
include:
Expand All @@ -143,7 +143,7 @@ jobs:
cc: clang-15
ngx: 1.21.6
runtime: wasmtime
wasmtime: 12.0.1
wasmtime: 12.0.2
uses: ./.github/workflows/job-build-tests.yml
with:
os: ${{ matrix.os }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
include:
# Wasmtime
- runtime: wasmtime
wasmtime: 12.0.1
wasmtime: 12.0.2
os: ubuntu-latest
cc: gcc-12
ngx: 1.25.2
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
cc: gcc-12
ngx: 1.25.2
runtime: wasmtime
wasmtime: 12.0.1
wasmtime: 12.0.2
ssl: ssl
debug: debug
hup: hup
Expand All @@ -94,7 +94,7 @@ jobs:
cc: gcc-12
openresty: 1.21.4.2
runtime: wasmtime
wasmtime: 12.0.1
wasmtime: 12.0.2
ssl: ssl
debug: debug
hup: no_hup
Expand All @@ -104,7 +104,7 @@ jobs:
cc: gcc-12
openresty: 1.21.4.2
runtime: wasmtime
wasmtime: 12.0.1
wasmtime: 12.0.2
ssl: ssl
debug: debug
hup: no_hup
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
include:
# Wasmtime
- runtime: wasmtime
wasmtime: 12.0.1
wasmtime: 12.0.2
os: ubuntu-22.04
cc: gcc-12
ngx: 1.25.2
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
cc: [clang-15]
openresty: [1.21.4.2]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.1]
wasmtime: [12.0.2]
wasmer: [3.1.1]
v8: [11.4.183.23]
ssl: [ssl]
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
cc: [clang-15, gcc-12]
ngx: [1.25.2]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.1]
wasmtime: [12.0.2]
wasmer: [3.1.1]
v8: [11.4.183.23]
uses: ./.github/workflows/job-build-tests.yml
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
NGX ?= 1.25.2
OPENSSL ?= 3.1.3
WASMTIME ?= 12.0.1
WASMTIME ?= 12.0.2
WASMER ?= 3.1.1
V8 ?= 11.4.183.23
PCRE ?= 8.45
Expand Down
2 changes: 1 addition & 1 deletion valgrind.suppress
Expand Up @@ -47,7 +47,7 @@
fun:wasm_module_new
}
{
<wasmtime 12.0.1: parse>
<wasmtime 12.0.2: parse>
Memcheck:Cond
fun:_ZN10wasmparser6parser6Parser5parse17h6d71d9974412b3d6E
}
Expand Down

0 comments on commit 2c94197

Please sign in to comment.