abrown commented on Issue #1487:
@peterhuene, not sure how this will play with #1466 but this does seem like the better long-term solution. Also, I hope my liberal use of
#[cfg(feature = "unwind")]is what we are looking for here.
abrown commented on Issue #1487:
@stefson, any chance you can try a compile of this branch to see if it actually fixes #1471?
peterhuene commented on Issue #1487:
I'll tackle any conflicts this might cause for #1466.
yurydelendik commented on Issue #1487:
LGTM :+1:, but let's get @yurydelendik's opinion as well.
I'm good with the approach.
github-actions[bot] commented on Issue #1487:
Subscribe to Label Action
This issue or pull request has been labeled: "cranelift"
<details> <summary>Users Subscribed to "cranelift"</summary>
- @bnjbvr
</details>
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
stefson commented on Issue #1487:
@stefson, any chance you can try a compile of this branch to see if it actually fixes #1471?
@abrown it seems to depend on an unreleased version of
witx?/tmp/wasmtime $ cargo build --target armv7-unknown-linux-gnueabihf
Updating crates.io index
error: failed to select a version for the requirementwitx = "^0.8.5"
candidate versions found which didn't match: 0.8.4
location searched: /tmp/wasmtime/crates/wasi-common/WASI/tools/witx
required by packagewig v0.15.0 (/tmp/wasmtime/crates/wasi-common/wig)
abrown commented on Issue #1487:
@stefson, I see witx at 0.8.5 available on crates.io so I'm not exactly sure what is going on (@pchickey, is it clear to you?). Perhaps there is a
git submodule updateneeded when jumping on to this branch?
stefson commented on Issue #1487:
I forgot to update the submodules, I'm sorry :c
But yes, with your branch it is now back to the old state of an error in wasmtime-obj, where it flakes out with an unsupported platform error, which is expected.
Last updated: Jan 10 2026 at 20:04 UTC