Stream: git-wasmtime

Topic: wasmtime / PR #2259 Fix arm32 build after some ABI framew...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 02 2020 at 18:59):

cfallin opened PR #2259 from fix-arm32-build to main:

It turns out that while we don't have the partial/experimental arm32
backend tested on our CI yet, the Firefox build does at least rely on
the backend to build, because it specifies the arm32 feature to
cranelift-codegen, even if it will never invoke the backend.
Our previous old-framework arm32 stub at least compiled, so it didn't
break Firefox.

We should probably add a CI build check to ensure we don't bitrot what
we have here, but this is the immediate fix to get us back to sanity.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 02 2020 at 18:59):

cfallin requested bnjbvr and julian-seward1 for a review on PR #2259.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 02 2020 at 18:59):

cfallin requested bnjbvr and julian-seward1 for a review on PR #2259.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 02 2020 at 19:19):

alexcrichton submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 02 2020 at 19:34):

cfallin merged PR #2259.


Last updated: Oct 23 2024 at 20:03 UTC