Bump & various enhancements
- We can now workaround a
proot
bug and pass long V8 flags todeno
. Sowasm-run
now supports wasm tail calls. - For convenience,
wasm-run
now maps the entire host system and setsPWD
to its own working directory, this is required for some tests in the GHC testsuite. - The
env
script now respects existingCONF_*
/CONFIGURE_ARGS
in the environment. It also setsCROSS_EMULATOR
which is required by the testsuite. - Add
--compress-relocations --strip-debug
to default linker args to output smaller wasm modules.