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

Interface IEnvironment

index.d.ts:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export interface IEnvironment {
16 memory?: IMemory;
17}
18
19export interface IModule {
20 env: IEnvironment;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected