PixaRuntimeContract.hostLinkedPluginModule constructor
const
PixaRuntimeContract.hostLinkedPluginModule({})
Creates a descriptor for a plugin linked into Pixa's host binary.
Implementation
const PixaRuntimeContract.hostLinkedPluginModule({
required this.moduleId,
required this.entrypointSymbol,
this.packageName,
this.implementationLanguage,
this.abiVersion = 1,
this.hostManagedRuntime = true,
this.binaryMessages = true,
this.ownedBuffers = true,
this.streamHandles = true,
}) : deployment = PixaRuntimeDeployment.hostLinkedPluginModule,
assetId = null;