Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update preview1 to trap on misaligned pointers #6776

Merged
merged 4 commits into from
Aug 2, 2023

Commits on Jul 26, 2023

  1. Update preview1 to trap on misaligned pointers

    Previously Wasmtime would return `EINVAL` to a guest but the upstream
    documentation indicates that misaligned pointers should trap, so this
    commit updates the alignment error to get converted into a trap rather
    than than being returned to the guest.
    alexcrichton committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    39b8cf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    ad784d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e6e862 View commit details
    Browse the repository at this point in the history
  3. Handle some more errors

    alexcrichton committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6d22754 View commit details
    Browse the repository at this point in the history