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