matthargett opened PR #13359 from rebeckerspecialties:claude/add-watchos-ci-target-lSsZ6 to bytecodealliance:main:
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
With the watchOS ILP32 (arm64_32) fixes all merged (tracking issue #13255 ), add the watchOS interpreter-only build to the CI matrix to (hopefully) catch regressions during normal maintenance. if it turns out now to be enough of a safety net, we can add a basic simulator smoke test depeneding on the failure modes.
matthargett requested alexcrichton for a review on PR #13359.
matthargett requested wasmtime-default-reviewers for a review on PR #13359.
:memo: alexcrichton submitted PR review.
:speech_balloon: alexcrichton created PR review comment:
Ideally this would use
-p wasmtime, and is the only blocker for that publishing a newtarget-lexicon?
:speech_balloon: alexcrichton created PR review comment:
This one I think might actually be reasonable to leave off because cranelift-codegen doesn't have much platform-specific in it. Basically the preexisting no_std check probably covers the bits for cranelift-codegen well
:memo: matthargett submitted PR review.
:speech_balloon: matthargett created PR review comment:
I think so.
--no-default-featuressidesteps needing the mach2 update.
matthargett updated PR #13359.
:memo: alexcrichton submitted PR review.
:speech_balloon: alexcrichton created PR review comment:
Ok, in that case I think it's best to get
target-lexiconpublished first to add the check for wasmtime here. Otherwise I suspect this probably already passed prior to your work and the real interesting portabilty target is Wasmtime itself, so the check as-is isn't buying a whole lot
:cross_mark: matthargett closed without merge PR #13359.
Last updated: Jun 01 2026 at 09:49 UTC