CoreHostImportId

data class CoreHostImportId(val moduleName: String, val functionName: String)

Identifies an explicitly granted raw core WebAssembly host import.

Core imports bypass the WIT world boundary and therefore must be registered separately from normal WIT host handlers.

Constructors

Link copied to clipboard
constructor(moduleName: String, functionName: String)

Properties

Link copied to clipboard
Link copied to clipboard