Stream: SIG-Guest-Languages

Topic: Python test suite failures under WASI SDK 22 and 23 pre


view this post on Zulip Brett Cannon (Jul 16 2024 at 00:57):

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.

https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-22 https://github.com/WebAssembly/wasi-sdk/releases/tag/wasi-sdk-23 (currently pre-release)

view this post on Zulip Brett Cannon (Jul 16 2024 at 19:38):

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.

view this post on Zulip Alex Crichton (Jul 17 2024 at 22:36):

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

What's Changed Add python3 as build requirement to README by @imrying in #415 Update the version of wasm-component-ld used by @alexcrichton in #416 exclude 32-bit Windows artifact in download-work...

view this post on Zulip Brett Cannon (Jul 18 2024 at 00:42):

I can try to give it a go this week!

view this post on Zulip Brett Cannon (Jul 18 2024 at 17:53):

@Alex Crichton All the tests passed under wasm23-wasi.

view this post on Zulip Alex Crichton (Jul 18 2024 at 17:57):

nice, thanks for checking!

view this post on Zulip Brett Cannon (Jul 22 2024 at 17:16):

Happy to help!


Last updated: Nov 22 2024 at 17:03 UTC