mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-22 19:21:59 +00:00
function signatures
This commit is contained in:
@ -19,6 +19,9 @@ fn main() {
|
||||
&Section::Import(ref import_section) => {
|
||||
println!("Imports {}", import_section.entries().len());
|
||||
},
|
||||
&Section::Function(ref functions_section) => {
|
||||
println!("Functions {}", functions_section.entries().len());
|
||||
},
|
||||
_ => {},
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user