[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:
committed by
Space
parent
9500b2d36e
commit
a468792a19
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user