// This file is part of ICU4X. For terms of use, please see the file // called LICENSE at the top level of the ICU4X source tree // (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ). #ifdef __EMSCRIPTEN__ #include #endif #include "../../include/ICU4XFixedDecimalFormatter.hpp" #include "../../include/ICU4XLogger.hpp" #include extern "C" void diplomat_init(); extern "C" void log_js(char* s, u_int len) { std::cout<<"LOG: " << std::string_view(s, len) <