WIP update dependencies
This commit is contained in:
@@ -4,7 +4,7 @@ version = "0.12.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
wasmparser = "0.107.0"
|
||||
wasmparser = "0.206.0"
|
||||
|
||||
[dependencies.wasm-ast]
|
||||
path = "../../wasm-ast"
|
||||
|
||||
@@ -180,7 +180,7 @@ fn write_element_list(list: &[Element], type_info: &TypeInfo, w: &mut dyn Write)
|
||||
write!(w, "FUNC_LIST[{index}],")?;
|
||||
}
|
||||
}
|
||||
ElementItems::Expressions(expressions) => {
|
||||
ElementItems::Expressions(_, expressions) => {
|
||||
for init in expressions {
|
||||
let init = init.unwrap();
|
||||
write_constant(&init, type_info, w)?;
|
||||
|
||||
Reference in New Issue
Block a user