This has not been emitted since
3f34e1b883.
The corresponding proposed tool-conventions change:
https://github.com/WebAssembly/tool-conventions/pull/236
22 lines
639 B
YAML
22 lines
639 B
YAML
# RUN: yaml2obj %s | obj2yaml | FileCheck %s
|
|
--- !WASM
|
|
FileHeader:
|
|
Version: 0x00000001
|
|
Sections:
|
|
- Type: CUSTOM
|
|
Name: target_features
|
|
Features:
|
|
- Prefix: USED
|
|
Name: "foo"
|
|
- Prefix: DISALLOWED
|
|
Name: ""
|
|
...
|
|
# CHECK-LABEL: Sections:
|
|
# CHECK-NEXT: - Type: CUSTOM
|
|
# CHECK-NEXT: Name: target_features
|
|
# CHECK-NEXT: Features:
|
|
# CHECK-NEXT: - Prefix: USED
|
|
# CHECK-NEXT: Name: foo
|
|
# CHECK-NEXT: - Prefix: DISALLOWED
|
|
# CHECK-NEXT: Name: ''
|