WebAssembly / wasi-testsuite

WASI Testsuite
Apache License 2.0
51 stars 20 forks source link

export memory for the C wasi-threads test module #100

Closed yamt closed 1 month ago

yamt commented 1 month ago

wasi requires the memory exported as "memory". certain runtimes actually requires it. (eg. wasmtime)

cf. https://github.com/WebAssembly/wasi-sdk/pull/297

also, bump the wasi-sdk version because this doesn't work with an old wasm-ld.