summaryrefslogtreecommitdiff
path: root/vere/ext/wasm3/build.zig.zon
blob: 6544065255edc419a63a47f88ed5799ea73118da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.{
    .name = .wasm3,
    .version = "0.0.1",
    .fingerprint = 0x377ef9510a920f6f,
    .dependencies = .{
        .softfloat = .{
            .path = "../softfloat",
        },
        .wasm3 = .{
            // .path = "../../../../wasm3"
            .url = "https://github.com/urbit/wasm3/archive/48832a8e023b57d671be6c0bab8608d30cb57101.tar.gz",
            .hash = "N-V-__8AANAcSQBq71EmfSas8hV9_SOtu1AjOvuUcWZce5VM",
        },
    },
    .paths = .{
        "",
    },
}