Update wast to 7.0.0, fix stack overflow (#897)
This updates the `wast` dependency to include bytecodealliance/wat#48 which fixes a stack overflow for deeply recursive `*.wat` files.
This commit is contained in:
@@ -339,7 +339,6 @@ impl WastContext {
|
||||
)
|
||||
}
|
||||
}
|
||||
AssertReturnFunc { .. } => bail!("need to implement assert_return_func"),
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user