Closed
Description
_testimportmultiple
, _testmultiphase
, _testsinglephase
, xxlimited
, xxlimited_35
all get built under WASI SDK 21 thanks to dlopen()
, but since that function doesn't work normally under WASI we should skip building them.
Lines 7582 to 7593 in 6087315
We could either update Tools/wasm/wasi.py
to disable test modules, update configure.ac
so they don't get compiled under WASI, or see if we can get them compiled in statically.