mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-05-30 16:11:41 +00:00
Merge pull request #162 from paritytech/doc-comment
Add a comment for name section
This commit is contained in:
commit
94fba1c41a
@ -59,7 +59,9 @@ pub enum Section {
|
|||||||
Code(CodeSection),
|
Code(CodeSection),
|
||||||
/// Data definition section
|
/// Data definition section
|
||||||
Data(DataSection),
|
Data(DataSection),
|
||||||
/// Name section
|
/// Name section.
|
||||||
|
///
|
||||||
|
/// Note that initially it is not parsed until `parse_names` is called explicitly.
|
||||||
Name(NameSection),
|
Name(NameSection),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user