Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update bucketing wasm version for != comparator bugfix
Browse files Browse the repository at this point in the history
elliotCamblor committed Dec 14, 2023
1 parent d9cfb11 commit 56d15d7
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -112,7 +112,7 @@ sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

def wasmResourcePath = "$projectDir/src/main/resources"
def wasmVersion = "1.7.0"
def wasmVersion = "1.11.2"
def wasmUrl = "https://unpkg.com/@devcycle/bucketing-assembly-script@$wasmVersion/build/bucketing-lib.release.wasm"
task downloadDVCBucketingWASM(type: Download) {
src wasmUrl
Binary file modified src/main/resources/bucketing-lib.release.wasm
Binary file not shown.

0 comments on commit 56d15d7

Please sign in to comment.