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

feat(wasmer): get and cache state version in instance context #2747

Merged
merged 6 commits into from
Aug 24, 2022

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    bbb0a77 View commit details
    Browse the repository at this point in the history
  2. Cache state version in runtime instance context

    - Set when creating instance
    - Update when updating runtime code
    qdm12 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a87b9aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    985a909 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6d85d1 View commit details
    Browse the repository at this point in the history
  5. Cache entire version struct in instance context

    - So it can be used by Version calls and be cheap for external packages
    qdm12 committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    7073378 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20a41ee View commit details
    Browse the repository at this point in the history