Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Nick Fitzgerald <fitzgen@gmail.com>
  • Loading branch information
alexcrichton and fitzgen committed Mar 12, 2020
1 parent eb175ab commit a92a69d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/api/src/module.rs
Expand Up @@ -428,13 +428,13 @@ impl Module {
} => {
bail!(
"\
support for interface types has temporarily been removed from `wasmtime`
Support for interface types has temporarily been removed from `wasmtime`.
for more information about this temoprary you can read on the issue online:
For more information about why interface types are temporarily disabled, see this issue:
https://github.com/bytecodealliance/wasmtime/issues/1271
and for re-adding support for interface types you can see this issue:
and for information about re-enabling support for interface types, see this issue:
https://github.com/bytecodealliance/wasmtime/issues/677
"
Expand Down

0 comments on commit a92a69d

Please sign in to comment.