eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
14 lines • 626 B
TypeScript
/**
* Auto-generated by scripts/build-quickjs-assets.js
* Do not edit manually.
*
* Contains base64-encoded quickjs-wasi WASM binary and native C extension
* .so files. Decoded at import time so they can be passed directly to
* QuickJS.create() and QuickJS.restore() without any filesystem access,
* import.meta.url resolution, or require.resolve calls.
*/
import type { ExtensionDescriptor } from '../_quickjs-wasi.js';
declare const quickjsWasm: Uint8Array<ArrayBufferLike>;
export { quickjsWasm };
export declare const quickjsExtensions: ExtensionDescriptor[];
//# sourceMappingURL=quickjs-assets.generated.d.ts.map