WAVM/WAVM
Lib/Platform/CMakeLists.txt
:81
check_c_source_compiles(
"#include <sanitizer/common_interface_defs.h>\n\
void main() { __sanitizer_print_memory_profile(100); }"
HAS_SANITIZER_PRINT_MEMORY_PROFILE_1)