Public Types | |
| enum | Name { kType = 1, kImport = 2, kFunction = 3, kTable = 4, kMemory = 5, kGlobal = 6, kExport = 7, kStart = 8, kElement = 9, kCode = 10, kData = 11, kDataCount = 12, kEvent = 13 } |
Static Public Member Functions | |
| static Section | Read (string_view *data_param) |
Public Attributes | |
| string_view | contents |
| string_view | data |
| uint32_t | id |
| std::string | name |
Static Public Attributes | |
| static const char * | names [] |
Definition at line 88 of file webassembly.cc.
| Enumerator | |
|---|---|
| kType | |
| kImport | |
| kFunction | |
| kTable | |
| kMemory | |
| kGlobal | |
| kExport | |
| kStart | |
| kElement | |
| kCode | |
| kData | |
| kDataCount | |
| kEvent | |
Definition at line 119 of file webassembly.cc.
|
inlinestatic |
Definition at line 95 of file webassembly.cc.
| string_view bloaty::wasm::Section::contents |
Definition at line 93 of file webassembly.cc.
| string_view bloaty::wasm::Section::data |
Definition at line 92 of file webassembly.cc.
| uint32_t bloaty::wasm::Section::id |
Definition at line 90 of file webassembly.cc.
| std::string bloaty::wasm::Section::name |
Definition at line 91 of file webassembly.cc.
|
static |
Definition at line 135 of file webassembly.cc.