MCPcopy Create free account
hub / github.com/WebAssembly/wasm-c-api / ~Memory

Function ~Memory

include/wasm.hh:823–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821protected:
822 Memory() = default;
823 ~Memory() = default;
824
825public:
826 static auto make(Store*, const MemoryType*) -> own<Memory>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected