MCPcopy
hub / github.com/ranuts/document / EmscriptenModule

Interface EmscriptenModule

lib/document-types.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export interface EmscriptenModule {
11 FS: EmscriptenFileSystem;
12 ccall: (funcName: string, returnType: string, argTypes: string[], args: any[]) => number;
13 onRuntimeInitialized: () => void;
14}
15
16export interface ConversionResult {
17 fileName: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected