[Wasm] Update Binaryen to 116
#KT-59720
This commit is contained in:
committed by
Space Team
parent
48d4bb5261
commit
44f9199f66
+1
-1
@@ -25,7 +25,7 @@ open class BinaryenRootExtension(@Transient val rootProject: Project) : Configur
|
||||
|
||||
var installationPath by Property(gradleHome.resolve("binaryen"))
|
||||
var downloadBaseUrl by Property("https://github.com/WebAssembly/binaryen/releases/download/")
|
||||
var version by Property("114")
|
||||
var version by Property("116")
|
||||
|
||||
val setupTaskProvider: TaskProvider<out Copy>
|
||||
get() = rootProject.tasks.withType(Copy::class.java).named(BinaryenRootPlugin.INSTALL_TASK_NAME)
|
||||
|
||||
Reference in New Issue
Block a user