Stream: git-wasmtime

Topic: wasmtime / PR #3020 Add a type parameter to `VMOffsets` f...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 22 2021 at 19:24):

alexcrichton opened PR #3020 from refactor-vmoffsets to main:

This commit adds a type parameter to VMOffsets representing the
pointer size to improve computations in wasmtime-runtime which always
use a constant value of the host's pointer size. The type parameter is
u8 for wasmtime-cranelift's use case where cross-compilation may be
involved.

<!--

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 (Jun 22 2021 at 20:09):

alexcrichton updated PR #3020 from refactor-vmoffsets to main.

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

peterhuene submitted PR review.

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

alexcrichton updated PR #3020 from refactor-vmoffsets to main.

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

alexcrichton merged PR #3020.


Last updated: Nov 22 2024 at 16:03 UTC