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

Temporarily remove support for interface types #1292

Merged
merged 2 commits into from Mar 12, 2020

Conversation

alexcrichton
Copy link
Member

This commit temporarily removes support for interface types from the
wasmtime CLI and removes the wasmtime-interface-types crate. An
error is now printed for any input wasm modules that have wasm interface
types sections to indicate that support has been removed and references
to two issues are printed as well:

Closes #1271

@github-actions github-actions bot added the wasmtime:api Related to the API of the `wasmtime` crate itself label Mar 11, 2020
Copy link
Member

@fitzgen fitzgen 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, suggested a little wordsmithing and typo fixing inline below

crates/api/src/module.rs Show resolved Hide resolved
crates/api/src/module.rs Show resolved Hide resolved
crates/api/src/module.rs Show resolved Hide resolved
@github-actions
Copy link

Subscribe to Label Action

This issue or pull request has been labeled: "w", "a", "s", "m", "t", "i", "e", ":", "p"

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

Learn more.

This commit temporarily removes support for interface types from the
`wasmtime` CLI and removes the `wasmtime-interface-types` crate. An
error is now printed for any input wasm modules that have wasm interface
types sections to indicate that support has been removed and references
to two issues are printed as well:

* bytecodealliance#677 - tracking work for re-adding interface types support
* bytecodealliance#1271 - rationale for removal and links to other discussions

Closes bytecodealliance#1271
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wasi Issues pertaining to WASI wasmtime:api Related to the API of the `wasmtime` crate itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove current outdated implementation of interface types
2 participants