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

Class SharedImpl

src/wasm-v8.cc:1496–1501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1494
1495template<class C>
1496struct SharedImpl : Shared<C>, vec<byte_t> {
1497 void destroy() {
1498 stats.free(categorize<C>::value, this, Stats::SHARED);
1499 delete this;
1500 }
1501};
1502
1503template<> struct implement<Shared<Module>> { using type = SharedImpl<Module>; };
1504

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected