MCPcopy Index your code
hub / github.com/dcodeIO/webassembly / IModule

Interface IModule

index.d.ts:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export interface IModule {
20 env: IEnvironment;
21 memory: IMemory;
22 exports: { [key: string]: Function };
23}
24
25type LoadOptions = {
26 imports: { [key: string]: any },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected