mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-12 22:41:40 +00:00
import section for scaffold struct
This commit is contained in:
@ -220,6 +220,7 @@ impl Serialize for TypeSection {
|
||||
}
|
||||
|
||||
/// Section of the imports definition.
|
||||
#[derive(Default)]
|
||||
pub struct ImportSection(Vec<ImportEntry>);
|
||||
|
||||
impl ImportSection {
|
||||
|
Reference in New Issue
Block a user