MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / WasmEdge_Driver_SetConsoleOutputCPtoUTF8

Function WasmEdge_Driver_SetConsoleOutputCPtoUTF8

lib/api/wasmedge.cpp:3737–3742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3735}
3736
3737WASMEDGE_CAPI_EXPORT void
3738WasmEdge_Driver_SetConsoleOutputCPtoUTF8(void) noexcept {
3739#if WINAPI_PARTITION_DESKTOP
3740 winapi::SetConsoleOutputCP(winapi::CP_UTF8_);
3741#endif
3742}
3743#endif
3744
3745WASMEDGE_CAPI_EXPORT int WasmEdge_Driver_Compiler(int Argc,

Callers 3

wmainFunction · 0.85
wmainFunction · 0.85
wmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected