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

vm: simplify calculation of entrypoint index #11365

Merged
merged 1 commit into from
May 22, 2024

Commits on May 21, 2024

  1. vm: simplify calculation of entrypoint index

    This was a headscratcher to me as I ended up with the two blocks in the
    same area and the `Err` branch in the 2nd block seemed unreachable to
    me. At first I thought that maybe this is a holdover from wasmer2 times,
    but it is the same there!
    nagisa committed May 21, 2024
    Configuration menu
    Copy the full SHA
    11d62e9 View commit details
    Browse the repository at this point in the history