Node need for --expose-wasm any more with recent nodejs versions
This commit is contained in:
parent
b5b67d074e
commit
3c3214fbd9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user