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 a method to Linker and flag to wasmtime-cli to trap unknown import funcs #4312

Merged
merged 2 commits into from
Jun 27, 2022

Commits on Jun 23, 2022

  1. Add a method to Linker and flag to wasmtime-cli to trap unknown impor…

    …t funcs
    
    Sometimes users have a Command module which imports functions unknown to
    the wasmtime-cli, but does not call them at runtime. This PR provides a
    convenience method on Linker to define all unknown import functions in
    a given Module as a trivial implementation which traps, and hooks this
    up to a new cli flag --trap-unknown-imports.
    Pat Hickey committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    39c3645 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

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