Update the wast crate dependency (#3464)
Pulls in a few minor fixes for stack overflows with module linking as well as some updates to other various wasm proposals.
This commit is contained in:
@@ -349,7 +349,7 @@ impl<T> WastContext<T> {
|
||||
)
|
||||
}
|
||||
}
|
||||
AssertUncaughtException { .. } => bail!("unimplemented assert_uncaught_exception"),
|
||||
AssertException { .. } => bail!("unimplemented assert_exception"),
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user