Skip to content

Commit

Permalink
chore(deps) bump Wasmer to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamhm committed Sep 12, 2023
1 parent 7d682c8 commit d54e401
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ngx: [1.25.2]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.1]
wasmer: [4.1.2]
wasmer: [4.2.0]
v8: [11.4.183.23]
debug: [debug, no_debug]
hup: [hup, no_hup]
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
ngx: [1.25.2]
runtime: [wasmer, wasmtime, v8]
wasmtime: [12.0.1]
wasmer: [4.1.2]
wasmer: [4.2.0]
v8: [11.4.183.23]
hup: [hup, no_hup]
debug: [debug]
Expand All @@ -80,7 +80,7 @@ jobs:
cc: gcc-10
openresty: 1.21.4.1
runtime: wasmer
wasmer: 4.1.2
wasmer: 4.2.0
debug: debug
hup: no_hup
uses: ./.github/workflows/job-valgrind-tests.yml
Expand All @@ -107,7 +107,7 @@ jobs:
openresty: [1.21.4.1]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.1]
wasmer: [4.1.2]
wasmer: [4.2.0]
v8: [11.4.183.23]
ssl: [no_ssl, ssl]
debug: [debug, no_debug]
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
openresty: [""]
runtime: [wasmer]
wasmtime: [""]
wasmer: [4.1.2]
wasmer: [4.2.0]
v8: [""]
ssl: [ssl]
debug: [debug, no_debug]
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
cc: gcc-9
ngx: 1.21.6
runtime: wasmer
wasmer: 4.1.2
wasmer: 4.2.0
ssl: ssl
debug: debug
hup: no_hup
Expand All @@ -84,7 +84,7 @@ jobs:
cc: gcc-9
ngx: 1.25.2
runtime: wasmer
wasmer: 4.1.2
wasmer: 4.2.0
ssl: no_ssl
debug: no_debug
hup: no_hup
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
openresty: [""]
runtime: [wasmer]
wasmtime: [""]
wasmer: [4.1.2]
wasmer: [4.2.0]
v8: [""]
hup: [no_hup, hup]
debug: [debug]
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
openresty: 1.21.4.1
ngx:
runtime: wasmer
wasmer: 4.1.2
wasmer: 4.2.0
debug: debug
hup: no_hup
uses: ./.github/workflows/job-valgrind-tests.yml
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
openresty: [1.21.4.1]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.1]
wasmer: [4.1.2]
wasmer: [4.2.0]
v8: [11.4.183.23]
ssl: [ssl]
debug: [debug, no_debug]
Expand All @@ -254,7 +254,7 @@ jobs:
cc: clang-11
ngx: 1.25.2
runtime: wasmer
wasmer: 4.1.2
wasmer: 4.2.0
ssl: no_ssl
debug: debug
uses: ./.github/workflows/job-clang-analyzer.yml
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
ngx: [1.25.2]
runtime: [wasmtime, wasmer, v8]
wasmtime: [12.0.1]
wasmer: [4.1.2]
wasmer: [4.2.0]
v8: [11.4.183.23]
include:
- label: old_nginx
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NGX ?= 1.25.2
OPENSSL ?= 3.1.2
WASMTIME ?= 12.0.1
WASMER ?= 4.1.2
WASMER ?= 4.2.0
V8 ?= 11.4.183.23
PCRE ?= 8.45
ZLIB ?= 1.2.13
Expand Down
2 changes: 1 addition & 1 deletion src/wasm/wrt/ngx_wrt.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void ngx_wasmtime_valvec2wasm(wasm_val_vec_t *out, wasmtime_val_t *vec,

#if WASMER_VERSION_MAJOR != 4
# error Unsupported Wasmer version
#elif WASMER_VERSION_MINOR > 1
#elif WASMER_VERSION_MINOR > 2
# warning Untested Wasmer version
#endif

Expand Down

0 comments on commit d54e401

Please sign in to comment.