https://github.com/python/cpython/issues/120371 is tracking the failures. There's only one for 22 but 17 for 23. They look like wasi-libc stuff in case @Joel Dice has any insight.
Thanks to Joel's help we realized the failures were due to stubs in wasi-libc getting detected but automatically failing. I have a PR that should turn off the functions and fix things.
Would you be up for re-testing with a new wasi-sdk-23 tag? We've now moved the tag forward to after the refactorings to wasi-sdk itself and the new artifacts are at https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-23 and we'll publish if the initial testing goes well
I can try to give it a go this week!
@Alex Crichton All the tests passed under wasm23-wasi
.
nice, thanks for checking!
Happy to help!
Last updated: Nov 22 2024 at 17:03 UTC