MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / resolveQuickJS

Function resolveQuickJS

packages/kernel/runtime-quickjs/src/index.ts:38–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36};
37
38const resolveQuickJS = (): Promise<QuickJSWASMModule> =>
39 preloadedModule ? Promise.resolve(preloadedModule) : getQuickJS();
40
41/**
42 * Run a sealed, self-contained bundle in a QuickJS sandbox.

Callers 1

evaluateInQuickJsFunction · 0.85

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected