45 lines · plain
1--- !WASM2FileHeader:3 Version: 0x14Sections:5 - Type: TYPE6 Signatures:7 - Index: 08 ParamTypes:9 - I3210 ReturnTypes: []11 - Type: IMPORT12 Imports:13 - Module: my_module14 Field: foo15 Kind: FUNCTION16 SigIndex: 017 - Module: my_module18 Field: bar19 Kind: FUNCTION20 SigIndex: 021 - Module: my_module22 Field: table23 Kind: TABLE24 Table:25 Index: 026 ElemType: FUNCREF27 Limits:28 Minimum: 0x229 - Module: my_module30 Field: mem31 Kind: MEMORY32 Memory:33 Minimum: 0x234 - Module: my_module35 Field: glob36 Kind: GLOBAL37 GlobalType: I3238 GlobalMutable: false39 - Module: my_other_module40 Field: glob_mut41 Kind: GLOBAL42 GlobalType: I3243 GlobalMutable: true44...45