MCPcopy 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
45struct Type : public Section {
46 Type(const std::vector<FuncType>& types);
47};
48
49struct Import : public Section {
50 Import(const std::vector<WasmImport>& imports);

Callers 2

encode.cppFile · 0.70
module_decodeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected