Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
15
export
interface
IEnvironment {
16
memory?: IMemory;
17
}
18
19
export
interface
IModule {
20
env: IEnvironment;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected