MCPcopy
hub / github.com/web-infra-dev/garfish / RuntimeOptions

Interface RuntimeOptions

packages/es-module/src/runtime.ts:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19};
20
21export interface RuntimeOptions {
22 scope: string;
23 loaderOptions?: LoaderOptions;
24 execCode?: (
25 output: ModuleResource,
26 provider: ReturnType<Runtime['generateProvider']>,
27 ) => void;
28}
29
30export class Runtime {
31 private modules = new WeakMap<MemoryModule, Module>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected