Remove unused MAX_MEMORY_TESTS constant

This commit is contained in:
Frank Denis 2022-12-17 21:46:32 +01:00
parent 51f6b2df8d
commit b73238ff32

View File

@ -1,7 +1,5 @@
#! /bin/sh
MAX_MEMORY_TESTS="67108864"
unset LDFLAGS
unset CFLAGS
@ -18,8 +16,6 @@ if [ -z "$WASI_RUNTIME" ] || [ "$WASI_RUNTIME" = "wasmedge" ]; then
fi
fi
if [ -z "$WASI_RUNTIME" ] || [ "$WASI_RUNTIME" = "wasmer" ]; then
if command -v wasmer >/dev/null; then
wasmer run "$1" "--${WASMER_BACKEND:-cranelift}" --dir=. && exit 0