Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmVM/WasmVM
/ Type
Class
Type
src/lib/encode/encode.hpp:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
};
44
45
struct Type : public Section {
46
Type(const std::vector<FuncType>& types);
47
};
48
49
struct Import : public Section {
50
Import(const std::vector<WasmImport>& imports);
Callers
2
encode.cpp
File · 0.70
module_decode
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected