[Wasm] Apply recent changes in TFR proposal and update v8
Type index immediate was added to call_ref and return_call_ref instructions. More details here https://github.com/WebAssembly/function-references/pull/76
This commit is contained in:
+3
-1
@@ -25,7 +25,9 @@ open class D8RootExtension(@Transient val rootProject: Project) : ConfigurationP
|
||||
|
||||
var installationPath by Property(gradleHome.resolve("d8"))
|
||||
var downloadBaseUrl by Property("https://storage.googleapis.com/chromium-v8/official/canary/")
|
||||
var version by Property("10.2.9")
|
||||
|
||||
// Latest version number could be found here https://storage.googleapis.com/chromium-v8/official/canary/v8-linux64-rel-latest.json
|
||||
var version by Property("10.9.130")
|
||||
var edition by Property("rel") // rel or dbg
|
||||
|
||||
val setupTaskProvider: TaskProvider<out Copy>
|
||||
|
||||
Reference in New Issue
Block a user