Skip to content

Commit

Permalink
Remove reference to store in Linker::instantiate_pre
Browse files Browse the repository at this point in the history
The `store` param was removed in bytecodealliance#5683
  • Loading branch information
lann authored Mar 17, 2023
1 parent 2e48bab commit 7d4fc21
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/wasmtime/src/linker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1125,13 +1125,6 @@ impl<T> Linker<T> {
/// Returns an error which may be downcast to an [`UnknownImportError`] if
/// the module has any unresolvable imports.
///
/// # Panics
///
/// This method will panic if any item defined in this linker used by
/// `module` is not owned by `store`. Additionally this will panic if the
/// [`Engine`] that the `store` belongs to is different than this
/// [`Linker`].
///
/// # Examples
///
/// ```
Expand Down

0 comments on commit 7d4fc21

Please sign in to comment.