Skip to content

Commit ab1be36

Browse files
committed
[fix] update WASM to latest release of 1.2.28
1 parent f838600 commit ab1be36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ task execute(type:JavaExec) {
103103
}
104104

105105
def wasmResourcePath = "$projectDir/src/main/resources"
106-
def wasmVersion = "1.1.2"
106+
def wasmVersion = "1.1.28"
107107
def wasmUrl = "https://unpkg.com/@devcycle/bucketing-assembly-script@$wasmVersion/build/bucketing-lib.release.wasm"
108108
task downloadDVCBucketingWASM(type: Download) {
109109
src wasmUrl

0 commit comments

Comments
 (0)