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

Function ~Store

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

Source from the content-addressed store, hash-verified

240protected:
241 Store() = default;
242 ~Store() = default;
243
244public:
245 static auto make(Engine*) -> own<Store>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected