Stream: git-wasmtime

Topic: wasmtime / PR #1650 Use `[u8; 16]` instead of `u128` for ...


view this post on Zulip Wasmtime GitHub notifications bot (May 04 2020 at 18:03):

abrown opened PR #1650 from improve-wast-v128-printing to master:

When troubleshooting WAST test failures, it was difficult to determine what was different between the expected V128 pattern (e.g. [0, 1, 2...]) and the giant integer contained in Val::V128. There are multiple ways to make this more user-friendly, but this change does so by changing the contained type of Val::V128 to the easier to read [u8; 16].

<!--

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 (May 04 2020 at 18:06):

abrown requested alexcrichton for a review on PR #1650.

view this post on Zulip Wasmtime GitHub notifications bot (May 11 2020 at 20:45):

abrown closed without merge PR #1650.


Last updated: Oct 23 2024 at 20:03 UTC