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:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
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: Nov 22 2024 at 16:03 UTC