Stream: git-wasmtime

Topic: wasmtime / issue #3867 Does wasmtime c api currently supp...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 02 2022 at 06:24):

LukiYLS opened issue #3867.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 02 2022 at 06:25):

LukiYLS edited issue #3867.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 02 2022 at 15:12):

alexcrichton commented on issue #3867:

Wasmtime's platform support is documented here. Android is not tested on CI and guaranteed to work at this time, but Wasmtime may compile for these platforms and we'll take PRs to fix issues if they arise.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 02 2022 at 15:12):

alexcrichton closed issue #3867.

view this post on Zulip Wasmtime GitHub notifications bot (May 25 2023 at 15:01):

martindevans commented on issue #3867:

As far as I can see the linked page does not mention "Android" anywhere, has it been removed?

I was going to up a new issue, but this one seems appropriate to ask in: Would it be possible for Android C-API binaries to be included in the monthly releases? It looks like there's already some support for building and testing android binaries, so perhaps it's just a matter of including them in the release list?

view this post on Zulip Wasmtime GitHub notifications bot (May 25 2023 at 15:39):

alexcrichton commented on issue #3867:

It's not been removed, Android was never present since it's only ever been best-effort so far. That being said the better documentation nowadays is here (which still doesn't mention Android) and it would be a good fit for Tier 3 support (since we'd build it and not run tests).

If you're up for it I think it'd be reasonable to review a PR adding support for Android binary releases which updates the tier support documentation as well with an Android target.

view this post on Zulip Wasmtime GitHub notifications bot (May 25 2023 at 15:58):

martindevans commented on issue #3867:

Thanks. I'll see if I can put together a PR to do that. I'm not really familiar with how the whole build process works, so it may be a few days :laughing:

view this post on Zulip Wasmtime GitHub notifications bot (May 25 2023 at 15:58):

martindevans edited a comment on issue #3867:

As far as I can see the linked page does not mention "Android" anywhere, has it been removed?

I was going to open up a new issue, but this one seems appropriate to ask in: Would it be possible for Android C-API binaries to be included in the monthly releases? It looks like there's already some support for building and testing android binaries, so perhaps it's just a matter of including them in the release list?

view this post on Zulip Wasmtime GitHub notifications bot (May 25 2023 at 16:02):

alexcrichton commented on issue #3867:

Ok sounds good, and thanks!

To assist a bit, the release build matrix is here and in theory it's "simply" adding another line there, but my guess is that some other tooling like cargo ndk will need to be installed similar to this


Last updated: Oct 23 2024 at 20:03 UTC