[Wasm] Update Binaryen version in gradle plugin: 109 -> 110

This commit is contained in:
Zalim Bashorov
2022-11-03 12:54:54 +01:00
parent d29010807a
commit d4e0d07b5b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
<component name="ProjectDictionaryState">
<dictionary name="bashor">
<words>
<w>binaryen</w>
<w>ctor</w>
<w>inlining</w>
<w>interner</w>
@@ -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("109")
var version by Property("110")
val setupTaskProvider: TaskProvider<out Copy>
get() = rootProject.tasks.withType(Copy::class.java).named(BinaryenRootPlugin.INSTALL_TASK_NAME)