See this GitHub Action workflow run. It's reporting an out of memory error from Rust.
I'm able to reproduce the failure when running locally on MacOS. Downgrading from Rust 1.93.0 to Rust 1.92.0 seems to resolve the issue. It also looks like this only affects WASI preview 2 and not WASI preview 1.
Looks like the failing test is this one.
See this GitHub Action workflow run. It's reporting an out of memory error from Rust.
I'm able to reproduce the failure when running locally on MacOS. Downgrading from Rust 1.93.0 to Rust 1.92.0 seems to resolve the issue. It also looks like this only affects WASI preview 2 and not WASI preview 1.
Looks like the failing test is this one.