UNPKG

@sebastianwessel/quickjs

Version:

A typescript package to execute JavaScript and TypeScript code in a WebAssembly QuickJS sandbox

5 lines (4 loc) 281 B
import type { IFs } from 'memfs'; import type { JSModuleLoaderAsync } from 'quickjs-emscripten-core'; import type { RuntimeOptions } from '../../types/RuntimeOptions.js'; export declare const getAsyncModuleLoader: (fs: IFs, _runtimeOptions: RuntimeOptions) => JSModuleLoaderAsync;