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 component type accessor for Component #8078

Merged
merged 2 commits into from Mar 11, 2024

Conversation

alexcrichton
Copy link
Member

All the bits are already in place so all that's needed is to touch up some docs and fixup a minor case uncovered through testing. Otherwise this enables runtime reflection over the imports and exports of an uninstantiated component.

All the bits are already in place so all that's needed is to touch up
some docs and fixup a minor case uncovered through testing. Otherwise
this enables runtime reflection over the imports and exports of an
uninstantiated component.
@alexcrichton alexcrichton requested a review from a team as a code owner March 11, 2024 17:30
@alexcrichton alexcrichton requested review from fitzgen and removed request for a team March 11, 2024 17:30
@github-actions github-actions bot added the wasmtime:api Related to the API of the `wasmtime` crate itself label Mar 11, 2024
Copy link

Subscribe to Label Action

cc @peterhuene

This issue or pull request has been labeled: "wasmtime:api"

Thus the following users have been cc'd because of the following labels:

  • peterhuene: wasmtime:api

To subscribe or unsubscribe from this label, edit the .github/subscribe-to-label.json configuration file.

Learn more.

@fitzgen fitzgen added this pull request to the merge queue Mar 11, 2024
Merged via the queue into bytecodealliance:main with commit 45a8da6 Mar 11, 2024
19 checks passed
@alexcrichton alexcrichton deleted the component-type-accessor branch March 18, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wasmtime:api Related to the API of the `wasmtime` crate itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants