MCPcopy Create free account
hub / github.com/WebAssembly/wabt / GetMemoryTypeString

Function GetMemoryTypeString

src/c-writer.cc:1387–1390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1385}
1386
1387static std::string GetMemoryTypeString(const Memory& memory) {
1388 return memory.page_limits.is_shared ? "wasm_rt_shared_memory_t"
1389 : "wasm_rt_memory_t";
1390}
1391
1392static std::string GetMemoryAPIString(const Memory& memory, std::string api) {
1393 std::string suffix;

Callers 3

BeginInstanceMethod · 0.85
WriteMemoryMethod · 0.85
WriteMemoryPtrMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected