Stream: git-wasmtime

Topic: wasmtime / PR #3450 Update the spec reference testsuite s...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 13 2021 at 19:42):

alexcrichton opened PR #3450 from update-testsuite to main:

This commit brings in recent updates to the spec test suite. Most of the
changes here were already fixed in wasmparser with some tweaks to
esoteric modules, but Wasmtime also gets a bug fix where where import
matching for the size of tables/memories is based on the current runtime
size of the table/memory rather than the original type of the
table/memory. This means that during type matching the actual value is
consulted for its size rather than using the minimum size listed in its
type.

<!--

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 13 2021 at 20:26):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 13 2021 at 20:36):

alexcrichton updated PR #3450 from update-testsuite to main.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 13 2021 at 21:14):

alexcrichton merged PR #3450.


Last updated: Oct 23 2024 at 20:03 UTC