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

add unstable exit-with-code function #44

Merged
merged 7 commits into from
Aug 1, 2024

Commits on Jul 11, 2024

  1. add unstable exit-with-code function

    Whereas the existing `exit` function only accepts a `result` parameter
    (i.e. binary success or failure), this function allows the instance to report
    any status code from 0 to 255 to the host, with 0 usually meaning "success" and
    other values having their own meaning depending on the context.
    
    Fixes WebAssembly#11
    
    Signed-off-by: Joel Dice <joel.dice@fermyon.com>
    dicej committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7e705fd View commit details
    Browse the repository at this point in the history
  2. expand exit-with-code documentation a bit

    Signed-off-by: Joel Dice <joel.dice@fermyon.com>
    dicej committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d0dd185 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. add additional doc comment per code review

    Signed-off-by: Joel Dice <joel.dice@fermyon.com>
    dicej committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1655c72 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    af5d03c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39d5944 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e384058 View commit details
    Browse the repository at this point in the history
  4. chore: regen imports

    ricochet committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    6b20b70 View commit details
    Browse the repository at this point in the history