28 lines · yaml
1# RUN: yaml2obj %s | obj2yaml | FileCheck %s2--- !WASM3FileHeader:4 Version: 0x000000015Sections:6 - Type: GLOBAL7 Globals: 8 - Index: 09 Type: I3210 Mutable: false11 InitExpr:12 Opcode: I64_CONST13 Value: -514...15# CHECK: --- !WASM16# CHECK: FileHeader:17# CHECK: Version: 0x118# CHECK: Sections:19# CHECK: - Type: GLOBAL20# CHECK: Globals: 21# CHECK: - Index: 022# CHECK: Type: I3223# CHECK: Mutable: false24# CHECK: InitExpr:25# CHECK: Opcode: I64_CONST26# CHECK: Value: -527# CHECK: ...28