mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-05-28 15:11:36 +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),
|
||||
/// Data definition section
|
||||
Data(DataSection),
|
||||
/// Name section
|
||||
/// Name section.
|
||||
///
|
||||
/// Note that initially it is not parsed until `parse_names` is called explicitly.
|
||||
Name(NameSection),
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user