zig/deps/lld/test/wasm/Inputs/use-feature-foo.yaml

14 lines
282 B
YAML
Raw Normal View History

2019-08-04 00:43:55 +08:00
--- !WASM
FileHeader:
Version: 0x00000001
Sections:
- Type: CUSTOM
Name: linking
Version: 2
- Type: CUSTOM
Name: target_features
Features:
- Prefix: USED
Name: "foo"
...