[Wasm] Support Milestone 3 of V8 Wasm GC

Advance V8 version to 9.2.212

Relevant Wasm GC changes:
https://github.com/WebAssembly/gc/commit/f9f8ffa445c2c0fe4ac284a1d12a8c5477da4457
This commit is contained in:
Svyatoslav Kuzmich
2021-05-13 17:08:11 +03:00
committed by Space
parent 9500b2d36e
commit a468792a19
12 changed files with 48 additions and 58 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ val v8osString = when (currentOsType) {
}
val v8edition = "rel" // rel or dbg
val v8version = "8.8.104"
val v8version = "9.2.212"
val v8fileName = "v8-${v8osString}-${v8edition}-${v8version}"
val v8url = "https://storage.googleapis.com/chromium-v8/official/canary/$v8fileName.zip"