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 882668a commit d30946aCopy full SHA for d30946a
build.gradle
@@ -84,7 +84,7 @@ sourceCompatibility = JavaVersion.VERSION_11
84
targetCompatibility = JavaVersion.VERSION_11
85
86
def wasmResourcePath = "$projectDir/src/main/resources"
87
-def wasmVersion = "1.31.2"
+def wasmVersion = "1.35.1"
88
def wasmUrl = "https://unpkg.com/@devcycle/bucketing-assembly-script@$wasmVersion/build/bucketing-lib.release.wasm"
89
task downloadDVCBucketingWASM(type: Download) {
90
src wasmUrl
src/main/resources/bucketing-lib.release.wasm
592 Bytes
0 commit comments