We are investigating to turn on PPDB everywhere, but for now, WASM is already working using it.
Co-authored-by: Thays Grazia <thaystg@gmail.com>
#include <mono/utils/bsearch.h>
#include <mono/utils/mono-logger-internals.h>
-#if HOST_WIN32
+#if HOST_WIN32 || HOST_WASM
#include "../zlib/zlib.h"
#elif HAVE_SYS_ZLIB
#include <zlib.h>
}
// Temporarily disabled to unblock Roslyn
-#if HOST_WIN32 //|| HAVE_SYS_ZLIB
+#if HOST_WIN32 || HOST_WASM
if (ppdb_data) {
/* Embedded PPDB data */
/* ppdb_size is the uncompressed size */