[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
@@ -19,7 +19,7 @@ internal fun wasm_float_nan(): Float =
internal fun wasm_double_nan(): Double =
implementedAsIntrinsic
internal fun <From, To> wasm_ref_cast(a: From): To =
internal fun <To> wasm_ref_cast(a: Any?): To =
implementedAsIntrinsic
@WasmOp(WasmOp.I32_EQ)