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

WASI: add args_get and args_sizes_get #308

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Dec 2, 2024

  1. Implement fd_fdstat_get.

    Improve other WASI functions as well.
    
    Signed-off-by: Zoltan Herczeg [email protected]
    zherczeg committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    50f6317 View commit details
    Browse the repository at this point in the history
  2. WASI: add args_get and args_sizes_get

    Update the test script to test passing the arguments as well
    
    Signed-off-by: Máté Tokodi [email protected]
    matetokodi committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    e9a6258 View commit details
    Browse the repository at this point in the history