diff options
Diffstat (limited to 'vere/ext/wasm3/build.zig.zon')
-rw-r--r-- | vere/ext/wasm3/build.zig.zon | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vere/ext/wasm3/build.zig.zon b/vere/ext/wasm3/build.zig.zon new file mode 100644 index 0000000..6544065 --- /dev/null +++ b/vere/ext/wasm3/build.zig.zon @@ -0,0 +1,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 = .{ + "", + }, +} |