Stream: git-wasmtime

Topic: wasmtime / Issue #1487 Add TargetIsa::map_dwarf_register;...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 08 2020 at 21:22):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 08 2020 at 21:23):

abrown commented on Issue #1487:

@stefson, any chance you can try a compile of this branch to see if it actually fixes #1471?

view this post on Zulip Wasmtime GitHub notifications bot (Apr 08 2020 at 21:37):

peterhuene commented on Issue #1487:

I'll tackle any conflicts this might cause for #1466.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 08 2020 at 21:50):

yurydelendik commented on Issue #1487:

LGTM :+1:, but let's get @yurydelendik's opinion as well.

I'm good with the approach.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 08 2020 at 21:58):

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>

</details>

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 09 2020 at 07:06):

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 requirement witx = "^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 package wig v0.15.0 (/tmp/wasmtime/crates/wasi-common/wig)

view this post on Zulip Wasmtime GitHub notifications bot (Apr 09 2020 at 16:27):

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 update needed when jumping on to this branch?

view this post on Zulip Wasmtime GitHub notifications bot (Apr 09 2020 at 16:41):

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