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: Support reference types in the Rust API #1984

Merged
merged 1 commit into from
Jul 6, 2020

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Jul 6, 2020

This is a mix of exposing new things (e.g. a Table::fill method) and extending
existing support to externrefs (e.g. Table::new).

Part of #929

This is a mix of exposing new things (e.g. a `Table::fill` method) and extending
existing support to `externref`s (e.g. `Table::new`).

Part of bytecodealliance#929
@fitzgen fitzgen requested a review from alexcrichton July 6, 2020 21:22
@github-actions github-actions bot added the wasmtime:api Related to the API of the `wasmtime` crate itself label Jul 6, 2020
@github-actions
Copy link

github-actions bot commented Jul 6, 2020

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 merged commit 2286576 into bytecodealliance:main Jul 6, 2020
@fitzgen fitzgen deleted the ref-types-in-rust-api branch July 6, 2020 22:17
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.

2 participants