This commit is contained in:
Yang Hau
2022-04-14 22:35:53 +08:00
committed by GitHub
parent ade04c92c2
commit bfae6384aa

View File

@@ -98,7 +98,7 @@ pub enum InstantiationError {
#[error("Insufficient resources: {0}")]
Resource(anyhow::Error),
/// A wasm link error occured.
/// A wasm link error occurred.
#[error("Failed to link module")]
Link(#[from] LinkError),