summaryrefslogtreecommitdiffhomepage
path: root/packages/kernel/src/index.ts
blob: ac1a7346a5b3794e4eed7c0e0fe385c4c9d24bff (plain)
1
2
3
4
5
6
7
// @dispatch/kernel — the minimal runtime core.
//
// Exposes the ABI (contracts) that every extension and the runtime compile
// against, plus kernel implementations (bus, host, runtime) as they land.

export * from "./bus/index.js";
export * from "./contracts/index.js";