componentize-py icon indicating copy to clipboard operation
componentize-py copied to clipboard

`sys.exit` hangs indefinitely

Open dicej opened this issue 3 weeks ago • 0 comments

As previously discussed in #174, this is due to https://github.com/WebAssembly/wasi-libc/issues/617, which was fixed in WASI-SDK 28. However, WASI-SDK 28 also broke the wasm32-wasip2 target in various ways, e.g. https://github.com/WebAssembly/wasi-libc/issues/640, so we'll need to wait for WASI-SDK 29 at least before we can pull that fix in (or backport the fix if we get desperate).

dicej avatar Nov 10 '25 18:11 dicej