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

Support resource maps in component::bindgen! #7069

Merged
merged 2 commits into from
Sep 21, 2023

Commits on Sep 20, 2023

  1. Support resource maps in component::bindgen!

    This commit adds support to `component::bindgen!` to specify resource
    types using the `with` key of the macro. This can be used to configure
    the `T` of `Resource<T>` to use a preexisting type rather than
    unconditionally generating a new empty enum to have a fresh type.
    alexcrichton committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ae26a03 View commit details
    Browse the repository at this point in the history
  2. Reenable tests

    alexcrichton committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9a0a09c View commit details
    Browse the repository at this point in the history