Node need for --expose-wasm any more with recent nodejs versions

This commit is contained in:
Frank Denis 2017-08-01 10:19:07 +02:00
parent b5b67d074e
commit 3c3214fbd9

View File

@ -88,7 +88,6 @@ else
echo 'node.js not found - test suite skipped' >&2 echo 'node.js not found - test suite skipped' >&2
exit 1 exit 1
fi fi
export NODE="${NODE} --expose-wasm"
echo "Using [${NODE}] as a Javascript runtime" echo "Using [${NODE}] as a Javascript runtime"
echo 'Compiling the test suite...' && \ echo 'Compiling the test suite...' && \
emmake make $MAKE_FLAGS check > /dev/null 2>&1 emmake make $MAKE_FLAGS check > /dev/null 2>&1