[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:
Zalim Bashorov
2022-11-01 19:22:21 +01:00
parent 9ed94b25fa
commit d29010807a
4 changed files with 8 additions and 7 deletions
@@ -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>