We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5398f53 commit a61897dCopy full SHA for a61897d
1 file changed
build.zig.zon
@@ -3,7 +3,8 @@
3
.version = "0.2.0",
4
.dependencies = .{
5
.zwasm = .{
6
- .path = "../zwasm",
+ .url = "https://github.com/clojurewasm/zwasm/archive/v1.0.0.tar.gz",
7
+ .hash = "zwasm-1.0.0-IBbzF4MmHgD8Yzpmy5kErs7ejKRs4BgfZsAWyqY6PasN",
8
},
9
10
.fingerprint = 0x62a7be489d633543,
0 commit comments