Skip to content

Commit a61897d

Browse files
committed
Bump zwasm dependency to v1.0.0
Switch from local path to zwasm v1.0.0 release tag. All tests pass with the new restrictive API defaults.
1 parent 5398f53 commit a61897d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
.version = "0.2.0",
44
.dependencies = .{
55
.zwasm = .{
6-
.path = "../zwasm",
6+
.url = "https://github.com/clojurewasm/zwasm/archive/v1.0.0.tar.gz",
7+
.hash = "zwasm-1.0.0-IBbzF4MmHgD8Yzpmy5kErs7ejKRs4BgfZsAWyqY6PasN",
78
},
89
},
910
.fingerprint = 0x62a7be489d633543,

0 commit comments

Comments
 (0)