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

Improve Wasmi and Wasmtime API mirroring with renamings #1011

Merged
merged 13 commits into from
May 2, 2024

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    29b9790 View commit details
    Browse the repository at this point in the history
  2. rename Value[Type] to Val[Type]

    this improves mirroring between Wasmi and Wasmtime.
    Robbepop committed May 2, 2024
    Configuration menu
    Copy the full SHA
    eea89a6 View commit details
    Browse the repository at this point in the history
  3. rename UntypedValue to UntypedVal

    Following steps with Value to Val renaming.
    Robbepop committed May 2, 2024
    Configuration menu
    Copy the full SHA
    848e233 View commit details
    Browse the repository at this point in the history
  4. rename TypedValue to TypedVal

    Following Value to Val renaming.
    Robbepop committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8e0d46a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    752c0d5 View commit details
    Browse the repository at this point in the history
  6. rename WasmType[List] to WasmTy[List]

    Improves Wasmi and Wasmtime mirroring.
    Robbepop committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4e047f3 View commit details
    Browse the repository at this point in the history
  7. rename AsContext::UserState to Data

    Improves Wasmi and Wasmtime mirroring.
    Robbepop committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2b1305c View commit details
    Browse the repository at this point in the history
  8. update changelog for v0.32

    Robbepop committed May 2, 2024
    Configuration menu
    Copy the full SHA
    85e5b06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c82f1e2 View commit details
    Browse the repository at this point in the history
  10. fix changelog item

    Robbepop committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0148f40 View commit details
    Browse the repository at this point in the history
  11. remove details from changelog

    Details can be found in the PR description.
    Robbepop committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fe23982 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c68b004 View commit details
    Browse the repository at this point in the history
  13. add forgotten item

    Robbepop committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c400242 View commit details
    Browse the repository at this point in the history