taglib-wasm
Version:
TagLib-Wasm is the universal tagging library for TypeScript/JavaScript platforms: Browsers, Node.js, Deno, Bun, Cloudflare Workers, and Electron apps
6 lines • 481 B
TypeScript
import type { RuntimeDetectionResult } from "../detector.js";
import type { LoadModuleResult, UnifiedLoaderOptions } from "./types.js";
/** @internal Exported for unit tests (tests/node-fs-acquisition.test.ts). */
export declare function getPreopens(): Record<string, string>;
export declare function loadModule(wasmType: "wasi" | "emscripten", runtime: RuntimeDetectionResult, options: UnifiedLoaderOptions): Promise<LoadModuleResult>;
//# sourceMappingURL=module-loading.d.ts.map