Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyperlight-dev/hyperlight-wasm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: hyperlight-dev/hyperlight-wasm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: hyperlight-component-macro
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 16, 2025

  1. Configuration menu
    Copy the full SHA
    e86a9fa View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>
    syntactically committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    4b063de View commit details
    Browse the repository at this point in the history
  3. Fix import path in generated code

    If only we had proper hygiene in stable Rust, we wouldn't have to
    write out the whole path like this and hope that the hyperlight_common
    crate is present in the extern prelude in the correct place...
    
    Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>
    syntactically committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    e40cb07 View commit details
    Browse the repository at this point in the history
  4. Re-lock core Hyperlight

    In particular, the lock file for the guest is used when building the
    guest, so it needs to be updated whenever upstream Hyperlight changes
    in a way that impacts codegen.
    
    Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>
    syntactically committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    b5f1fd1 View commit details
    Browse the repository at this point in the history
  5. Fix error handling when decoding guest function arguments

    Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>
    syntactically committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    69c8a38 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Configuration menu
    Copy the full SHA
    1e268ab View commit details
    Browse the repository at this point in the history
Loading