Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmVM/WasmVM
/ Import
Method
Import
src/lib/encode/import.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
Encode::Import::Import(const std::vector<WasmImport>& imports) : Section((byte_t)0x02){
31
if(!imports.empty()){
32
Encode::Section::Stream stream(buffer);
33
stream << imports;
34
}
35
}
Callers
nothing calls this directly
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected