Stream: git-wasmtime

Topic: wasmtime / issue #3131 Fix warning on new-stable


view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2021 at 16:31):

abrown commented on issue #3131:

For the record, I'm not sure this would go away with the old backend (the meta crate still generates all of the CLIF instruction code) but this failure was causing too many CI failures so I think this is a good change. I'm looking right now to see if perhaps that field can be completely removed... but it seems strange that it could.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2021 at 16:33):

bjorn3 commented on issue #3131:

The new backends don't use ISA specific instruction and even if they would, this field is only necessary for binemit and legalization generation I think.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 30 2021 at 19:12):

jlb6740 commented on issue #3131:

Is it known what dependency changed (or what merge) introduced the failure? There was a patch in TargetIsa that removed the field. The failure seemed to not be caused by any patch submission into this repository.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 31 2021 at 09:11):

bjorn3 commented on issue #3131:

This was a new rustc lint in 1.54. I have been seeing it myself for a while on nightly with cg_clif.


Last updated: Oct 23 2024 at 20:03 UTC