[Wasm] Update Binaryen version in gradle plugin: 109 -> 110
This commit is contained in:
Generated
+1
@@ -1,6 +1,7 @@
|
|||||||
<component name="ProjectDictionaryState">
|
<component name="ProjectDictionaryState">
|
||||||
<dictionary name="bashor">
|
<dictionary name="bashor">
|
||||||
<words>
|
<words>
|
||||||
|
<w>binaryen</w>
|
||||||
<w>ctor</w>
|
<w>ctor</w>
|
||||||
<w>inlining</w>
|
<w>inlining</w>
|
||||||
<w>interner</w>
|
<w>interner</w>
|
||||||
|
|||||||
+1
-1
@@ -25,7 +25,7 @@ open class BinaryenRootExtension(@Transient val rootProject: Project) : Configur
|
|||||||
|
|
||||||
var installationPath by Property(gradleHome.resolve("binaryen"))
|
var installationPath by Property(gradleHome.resolve("binaryen"))
|
||||||
var downloadBaseUrl by Property("https://github.com/WebAssembly/binaryen/releases/download/")
|
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>
|
val setupTaskProvider: TaskProvider<out Copy>
|
||||||
get() = rootProject.tasks.withType(Copy::class.java).named(BinaryenRootPlugin.INSTALL_TASK_NAME)
|
get() = rootProject.tasks.withType(Copy::class.java).named(BinaryenRootPlugin.INSTALL_TASK_NAME)
|
||||||
|
|||||||
Reference in New Issue
Block a user