Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmVM/WasmVM
/ Export
Method
Export
src/lib/encode/export.cpp:15–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
Encode::Export::Export(const std::vector<WasmExport>& exports) : Section((byte_t)0x07){
16
if(!exports.empty()){
17
Encode::Section::Stream stream(buffer);
18
stream << exports;
19
}
20
}
Callers
nothing calls this directly
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected