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

C API tweaks for wasmtime-py #2029

Merged

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    ab11fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70ed6c2 View commit details
    Browse the repository at this point in the history
  3. wasmtime-c-api: Don't unwrap and rewrap Options

    The `unwrap` can panic, and there isn't any point to this unwrap+rewrap.
    fitzgen committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    1b00af9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4d4111 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    087ca3e View commit details
    Browse the repository at this point in the history