Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmVM/WasmVM
/ Data
Method
Data
src/lib/encode/data.cpp:38–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
Encode::Data::Data(const std::vector<WasmData>& datas) : Section((byte_t)0x0b){
39
if(!datas.empty()){
40
Encode::Section::Stream stream(buffer);
41
stream << datas;
42
}
43
}
Callers
nothing calls this directly
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected