zig/deps/lld/test/wasm/Inputs/use-feature-foo.yaml
2019-08-03 12:56:35 -04:00

14 lines
282 B
YAML

--- !WASM
FileHeader:
Version: 0x00000001
Sections:
- Type: CUSTOM
Name: linking
Version: 2
- Type: CUSTOM
Name: target_features
Features:
- Prefix: USED
Name: "foo"
...