| 1385 | } |
| 1386 | |
| 1387 | static 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 | |
| 1392 | static std::string GetMemoryAPIString(const Memory& memory, std::string api) { |
| 1393 | std::string suffix; |
no outgoing calls
no test coverage detected