Skip to content

Commit

Permalink
chore: bump moc to 0.10.2 (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso authored Nov 12, 2023
2 parents 4f0e103 + 537c230 commit 8028da2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
# Remember to update me in package-set.yml as well
env:
vessel_version: "v0.7.0"
moc_version: "0.10.1"
moc_version: "0.10.2"

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
vessel_version: "v0.7.0"
moc_version: "0.10.1"
moc_version: "0.10.2"

jobs:
verify:
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

STDLIB ?= ../src
MOC ?= moc
WASMTIME_OPTIONS = --disable-cache --enable-cranelift-nan-canonicalization
WASMTIME_OPTIONS = --disable-cache --enable-cranelift-nan-canonicalization --wasm-features multi-memory,bulk-memory

OUTDIR=_out

Expand Down

0 comments on commit 8028da2

Please sign in to comment.