-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remove current outdated implementation of interface types #1271
Labels
wasmtime
Issues about wasmtime that don't fall into another label
Comments
alexcrichton
added
the
wasmtime
Issues about wasmtime that don't fall into another label
label
Mar 10, 2020
alexcrichton
added a commit
to alexcrichton/wasmtime
that referenced
this issue
Mar 11, 2020
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
alexcrichton
added a commit
to alexcrichton/wasmtime
that referenced
this issue
Mar 12, 2020
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
alexcrichton
added a commit
that referenced
this issue
Mar 12, 2020
* Temporarily remove support for interface types 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: * #677 - tracking work for re-adding interface types support * #1271 - rationale for removal and links to other discussions Closes #1271 * Update the python extension
abrown
added a commit
to abrown/wasmtime
that referenced
this issue
Mar 18, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's been a small amount of discussion on Zulip about what to do about interface types. I'd like to move that discussion here and formally propose that we take @tschneidereit's idea and do the following:
wasmtime
for interface typesThe text was updated successfully, but these errors were encountered: