Stream: git-wasmtime

Topic: wasmtime / issue #4330 Expose raw list accessors for all ...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2022 at 16:47):

github-actions[bot] commented on issue #4330:

Subscribe to Label Action

cc @peterhuene

<details>
This issue or pull request has been labeled: "wasmtime:api"

Thus the following users have been cc'd because of the following labels:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Jun 28 2022 at 15:23):

alexcrichton commented on issue #4330:

Alignment is checked as part of the canonical ABI so misaligned pointers-into-linear-memory will receive first-class traps long-before this method gets called (in theory). Although as you've discovered I placed an assertion as well which should catch any stragglers or issues with our implementation of validation alignment of pointers.


Last updated: Oct 23 2024 at 20:03 UTC