From f22b59b0b8bebae802d67077ce2d66c6fbc848ad Mon Sep 17 00:00:00 2001 From: Claudio Russo Date: Thu, 19 Oct 2023 14:55:15 +0100 Subject: [PATCH] enable multi-memory, bulk-memory on wasmtime --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 5e42eeb9..79339e7f 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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