Skip to content

Commit

Permalink
chore(deps): bump Wasmtime to 22.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh committed Jul 18, 2024
1 parent 6c6367a commit aa0c52c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SNAPPY=23b3286820105438c5dbb9bc22f1bb85c5812c8a # 1.2.0
KONG_MANAGER=nightly
NGX_WASM_MODULE=9c95991472ec80cdb1681af203eba091607b5753
WASMER=3.1.1
WASMTIME=19.0.0
WASMTIME=22.0.0
V8=12.0.267.17

NGX_BROTLI=a71f9312c2deb28875acc7bacfdd5695a111aa53 # master branch of Oct 9, 2023
Expand Down
8 changes: 4 additions & 4 deletions build/openresty/wasmx/wasmx_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ filegroup(
wasm_runtimes = {
"wasmer": {
"linux": {
"x86_64": "3db46d2974b2c91aba2f0311dc26f59c1def473591768cddee8cdbf4783bf2c4",
"aarch64": "c212eebdf1cc6bf71e7b56d7421eb3494c3a6ab1faf50a55150b7522183d1d36",
"x86_64": "2eebf3d3151395169ec248ad7cb5d836acca7af810d94170077f0900d83b045b",
"aarch64": "2bab5ba3480cb2914d87c1f71b9f0834c2875da0f7171db032f699a9677000da",
},
"macos": {
"x86_64": "008610ddefdd3e04af9733969da616f9a344017db451476a1ee1cf6702895f02",
"aarch64": "8534b278c1006ccc7f128bd1611636e12a33b9e625344331f9be3b56a5bb3286",
"x86_64": "fedd0cbf789da7b2f98477dc3a4810f3921506bcc6ef753649d2dbd4f6ae5dfd",
"aarch64": "1cabfe2c4817ed3563de3d3038192a834081ca21031ac6dad17e8c6cd6551949",
},
},
"v8": {
Expand Down
2 changes: 2 additions & 0 deletions changelog/unreleased/kong/bump-wasmtime.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: "Bumped `Wasmtime` version to `22.0.0`"
type: dependency

0 comments on commit aa0c52c

Please sign in to comment.