Function buildKernelBundles
- buildKernelBundles(): Promise<{
kernel: {
endoZipBase64: string;
endoZipBase64Sha512: string;
moduleFormat: "endoZipBase64";
};
}> Returns Promise<{
kernel: {
endoZipBase64: string;
endoZipBase64Sha512: string;
moduleFormat: "endoZipBase64";
};
}>