[Wasm] Migrate to the latest br_on_cast* instructions

#KT-59722 Fixed
This commit is contained in:
Zalim Bashorov
2023-07-24 20:15:34 +02:00
committed by Space Team
parent 9254f70c2a
commit 4572680877
7 changed files with 44 additions and 10 deletions
@@ -153,8 +153,7 @@ internal fun isNullish(ref: ExternalInterfaceType?): Boolean =
* block (result anyref) {
* local.get 0
* extern.internalize
* br_on_non_data_fail 0
* br_on_cast_fail 0 (type $kotlin.Any)
* br_on_cast_fail 0000_0011b 0 (type any) (type $kotlin.Any)
* return
* }
* ```