master
 1.{
 2    .name = .link_test_cases,
 3    .fingerprint = 0x404f657576fec9f2,
 4    .version = "0.0.0",
 5    .dependencies = .{
 6        .bss = .{
 7            .path = "bss",
 8        },
 9        .common_symbols_alignment = .{
10            .path = "common_symbols_alignment",
11        },
12        .interdependent_static_c_libs = .{
13            .path = "interdependent_static_c_libs",
14        },
15        .static_libs_from_object_files = .{
16            .path = "static_libs_from_object_files",
17        },
18        // WASM Cases
19        .wasm_archive = .{
20            .path = "wasm/archive",
21        },
22        .wasm_basic_features = .{
23            .path = "wasm/basic-features",
24        },
25        .wasm_export = .{
26            .path = "wasm/export",
27        },
28        .wasm_export_data = .{
29            .path = "wasm/export-data",
30        },
31        .wasm_extern = .{
32            .path = "wasm/extern",
33        },
34        .wasm_extern_mangle = .{
35            .path = "wasm/extern-mangle",
36        },
37        .wasm_function_table = .{
38            .path = "wasm/function-table",
39        },
40        .wasm_infer_features = .{
41            .path = "wasm/infer-features",
42        },
43        .wasm_producers = .{
44            .path = "wasm/producers",
45        },
46        .wasm_shared_memory = .{
47            .path = "wasm/shared-memory",
48        },
49        .wasm_stack_pointer = .{
50            .path = "wasm/stack_pointer",
51        },
52        .wasm_type = .{
53            .path = "wasm/type",
54        },
55    },
56    .paths = .{
57        "build.zig",
58        "build.zig.zon",
59        "link.zig",
60    },
61}