[Wasm] Rename dateref to structref
This commit is contained in:
committed by
Space Team
parent
1e0be4e0af
commit
1749bafc30
@@ -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
|
||||
Reference in New Issue
Block a user