Parse basic information about data sections (name, type)
This commit is contained in:
@@ -42,9 +42,9 @@ type Type struct {
|
||||
mutable bool
|
||||
kind TypeKind
|
||||
|
||||
// only applicable for arrays. a value of nil means it has an
|
||||
// only applicable for arrays. a value of zero means it has an
|
||||
// undefined/dynamic length.
|
||||
length *Argument
|
||||
length uint64
|
||||
|
||||
// only applicable for basic.
|
||||
name Identifier
|
||||
|
||||
Reference in New Issue
Block a user