Skip to content

Commit

Permalink
enable multi-memory, bulk-memory on wasmtime
Browse files Browse the repository at this point in the history
  • Loading branch information
crusso committed Oct 19, 2023
1 parent 7e917b7 commit f22b59b
Showing 1 changed file with 1 addition and 1 deletion.
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 f22b59b

Please sign in to comment.