Update some wasm-tools crates (#5422)
Notably this pulls in https://github.com/bytecodealliance/wasm-tools/pull/862 which should fix some fuzz bugs on oss-fuzz.
This commit is contained in:
@@ -618,8 +618,8 @@ impl<'a, 'data> Translator<'a, 'data> {
|
||||
}
|
||||
}
|
||||
|
||||
Payload::ComponentStartSection(s) => {
|
||||
self.validator.component_start_section(&s)?;
|
||||
Payload::ComponentStartSection { start, range } => {
|
||||
self.validator.component_start_section(&start, &range)?;
|
||||
unimplemented!("component start section");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user