Stream: git-wasmtime

Topic: wasmtime / PR #2514 Allow both x86 backends to be include...


view this post on Zulip Wasmtime GitHub notifications bot (Dec 16 2020 at 07:56):

cfallin opened PR #2514 from two-x86-backends to main:

This PR adds a new isa::lookup_variant() that takes a BackendVariant
(Legacy, MachInst or Any), and exposes both x86 backends as
separate variants if both are compiled into the build.

This will allow some new use-cases that require both backends in the
same process: for example, differential fuzzing between old and new
backends, or perhaps allowing for dynamic feature-flag selection between
the backends.

<!--

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 (Dec 16 2020 at 07:56):

cfallin requested alexcrichton and abrown for a review on PR #2514.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 16 2020 at 07:56):

cfallin requested alexcrichton and abrown for a review on PR #2514.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 16 2020 at 15:56):

alexcrichton merged PR #2514.


Last updated: Oct 23 2024 at 20:03 UTC