alexcrichton commented on issue #6560:
Attempting to fix the error cropping up in https://github.com/bytecodealliance/wasmtime/pull/6553
alexcrichton commented on issue #6560:
Indeed! Sorry should have mentioned that... The cherry-pick didn't apply cleanly so I threw away the test-programs changes and wanted to see if it would pass. I believe it works because between 9 and 10 the preview2 support started landing which involed refactoring the test suite build. The refactoring initially used
rustup run stable ...whereas on 9 it only usescargo build ...so no changes ended up being needed.
Last updated: Dec 06 2025 at 06:05 UTC