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: Rip out incomplete/incorrect externref "host info" support #1922

Merged
merged 1 commit into from
Jun 25, 2020

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Jun 25, 2020

Better to be loud that we don't support attaching arbitrary host info to
externrefs than to limp along and pretend we do support it. Supporting it
properly won't reuse any of this code anyways.

@github-actions github-actions bot added wasmtime:api Related to the API of the `wasmtime` crate itself wasmtime:c-api Issues pertaining to the C API. labels Jun 25, 2020
@github-actions
Copy link

Subscribe to Label Action

cc @peterhuene

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

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

  • peterhuene: wasmtime:api, wasmtime:c-api

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

Learn more.

Copy link
Member

@alexcrichton alexcrichton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for doing this!

I think that the C API can also delete the whole HostRef type, but that's a pretty big change and seems fine to separate.

@alexcrichton alexcrichton changed the base branch from master to main June 25, 2020 18:48
@github-actions github-actions bot added the wasi Issues pertaining to WASI label Jun 25, 2020
@github-actions
Copy link

Subscribe to Label Action

cc @kubkon

This issue or pull request has been labeled: "wasi"

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

  • kubkon: wasi

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

Learn more.

@fitzgen fitzgen removed the wasi Issues pertaining to WASI label Jun 25, 2020
Better to be loud that we don't support attaching arbitrary host info to
`externref`s than to limp along and pretend we do support it. Supporting it
properly won't reuse any of this code anyways.
@fitzgen fitzgen merged commit c6b0193 into bytecodealliance:main Jun 25, 2020
@fitzgen fitzgen deleted the stub-out-host-info-api branch June 25, 2020 21:35
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 wasmtime:c-api Issues pertaining to the C API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants