Skip to content

Commit bbb2b59

Browse files
Create runtime.ts
1 parent 6a913aa commit bbb2b59

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Core/runtime.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { loadPlugins } from "./registry";
2+
3+
export function bootKernel() {
4+
console.log("Booting Web4 Kernel...");
5+
6+
loadPlugins();
7+
8+
console.log("Kernel online.");
9+
}

0 commit comments

Comments
 (0)