MCPcopy Create free account
hub / github.com/WasmVM/WasmVM / Code

Method Code

src/include/decode.hpp:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129struct Code : public Section {
130 Code(std::vector<WasmFunc>& funcs) : Section((byte_t)0x0a), funcs(funcs){}
131protected:
132 Stream& read(Stream& stream) override;
133 std::vector<WasmFunc>& funcs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected