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

wasmtime: Option to return default values for unknown imports #6010

Merged

Commits on Mar 13, 2023

  1. wasmtime: Option to return default values for unknown imports

    Similar to the `--trap-unknown-imports` option, which defines unknown function
    imports with functions that trap when called, this new
    `--default-values-unknown-imports` option defines unknown function imports with
    a function that returns the default values for the result types (either zero or
    null depending on the value type).
    fitzgen committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    f2d6a1a View commit details
    Browse the repository at this point in the history