Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
821
protected:
822
Memory() = default;
823
~Memory() = default;
824
825
public:
826
static auto make(Store*, const MemoryType*) -> own<Memory>;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected