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 f838600 commit ab1be36Copy full SHA for ab1be36
build.gradle
@@ -103,7 +103,7 @@ task execute(type:JavaExec) {
103
}
104
105
def wasmResourcePath = "$projectDir/src/main/resources"
106
-def wasmVersion = "1.1.2"
+def wasmVersion = "1.1.28"
107
def wasmUrl = "https://unpkg.com/@devcycle/bucketing-assembly-script@$wasmVersion/build/bucketing-lib.release.wasm"
108
task downloadDVCBucketingWASM(type: Download) {
109
src wasmUrl
0 commit comments