forked from OSchip/llvm-project
14 lines
288 B
YAML
14 lines
288 B
YAML
|
--- !WASM
|
||
|
FileHeader:
|
||
|
Version: 0x00000001
|
||
|
Sections:
|
||
|
- Type: CUSTOM
|
||
|
Name: linking
|
||
|
Version: 2
|
||
|
- Type: CUSTOM
|
||
|
Name: target_features
|
||
|
Features:
|
||
|
- Prefix: DISALLOWED
|
||
|
Name: "foo"
|
||
|
...
|