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 d9cfb11 commit fa9c9efCopy full SHA for fa9c9ef
build.gradle
@@ -112,7 +112,7 @@ sourceCompatibility = JavaVersion.VERSION_11
112
targetCompatibility = JavaVersion.VERSION_11
113
114
def wasmResourcePath = "$projectDir/src/main/resources"
115
-def wasmVersion = "1.7.0"
+def wasmVersion = "1.11.2"
116
def wasmUrl = "https://unpkg.com/@devcycle/bucketing-assembly-script@$wasmVersion/build/bucketing-lib.release.wasm"
117
task downloadDVCBucketingWASM(type: Download) {
118
src wasmUrl
src/main/resources/bucketing-lib.release.wasm
813 Bytes
0 commit comments