BootManifest
ts
type BootManifest = Readonly<{
assemblies: string[];
entryAssemblyName: string;
icu: string[];
pdb: string[];
symbols: string[];
wasm: string;
}>;Defined in: resources.mts:4
Lists resource file names (including extension) required to boot the runtime.