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-http-example
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-http-example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add-debugging
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 41 files changed
  • 1 contributor

Commits on Mar 19, 2026

  1. Move wasi related implementation to serparate module

    Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
    dblnz committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    8d24ffa View commit details
    Browse the repository at this point in the history
  2. Update hyperlight version

    Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
    dblnz committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    a6a1a75 View commit details
    Browse the repository at this point in the history
  3. Add cli arguments to serve or run a component

    Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
    dblnz committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    84f0284 View commit details
    Browse the repository at this point in the history
  4. Add wasi:sockets/udp support

    - This works toward support for debugging JS components
    
    Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
    dblnz committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    20a4622 View commit details
    Browse the repository at this point in the history
  5. Add wasi:sockets/tcp support

    - This is needed for debugging JS components that open a TCP
    socket used for debugging
    
    Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
    dblnz committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    11e8753 View commit details
    Browse the repository at this point in the history
  6. Add debugging finishing touches

    Signed-off-by: Doru Blânzeanu <dblnz@pm.me>
    dblnz committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    ed52bde View commit details
    Browse the repository at this point in the history
Loading