Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
const
resolveQuickJS = (): Promise<QuickJSWASMModule> =>
39
preloadedModule ? Promise.resolve(preloadedModule) : getQuickJS();
40
41
/**
42
* Run a sealed, self-contained bundle in a QuickJS sandbox.
Callers
1
evaluateInQuickJs
Function · 0.85
Calls
1
resolve
Method · 0.80
Tested by
no test coverage detected