[Wasm] Rename dateref to structref

This commit is contained in:
Igor Yakovlev
2023-05-18 19:37:02 +02:00
committed by Space Team
parent 1e0be4e0af
commit 1749bafc30
9 changed files with 31 additions and 35 deletions
@@ -9,10 +9,6 @@
package kotlin.wasm.internal
import kotlin.wasm.internal.reftypes.anyref
import kotlin.wasm.internal.reftypes.dataref
import kotlin.wasm.internal.reftypes.funcref
import kotlin.wasm.internal.reftypes.i31ref
import kotlin.wasm.internal.ExternalInterfaceType
@WasmOp(WasmOp.UNREACHABLE)
@@ -21,6 +21,6 @@ import kotlin.wasm.internal.*
internal interface anyref
internal interface eqref : anyref
internal interface dataref : eqref
internal interface structref : eqref
internal interface i31ref : eqref
internal interface funcref : anyref