BootResources
ts
type BootResources = Readonly<{
assemblies?: BinaryResource[];
icu?: BinaryResource[];
pdb?: BinaryResource[];
symbols?: BinaryResource[];
wasm: ArrayBuffer | string;
}>;Defined in: resources.mts:20
Resources required to boot the runtime.