PlatformInstanceExecution

Execution surface used by host-backed engines selected through ExecutionBackend.

Implementations own the actual exported functions and linear memories, while KRWA still owns import wiring, component-model lifting/lowering, and host callback dispatch. Memory lookup by index should return null when the platform engine cannot expose that memory to KRWA.

Inheritors

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
abstract fun export(name: String): ExportFunction
Link copied to clipboard
abstract fun exportType(name: String): FunctionType
Link copied to clipboard
abstract fun memory(index: Int): Memory?
abstract fun memory(name: String): Memory