Emscripten console loging API has changed since 3.41
Open
web
- Dominant language
- C++
- Stars
- 20.5k
- Forks
- 2.3k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 83
Description
From Emscripten change log:
> 3.1.40 - 05/30/23
-----------------
- The `_emscripten_out()`, `_emscripten_err()` and `_emscripten_dbg()` functions
declared in `emscripten/console.h` no longer have the underscore prefix and
are now documented. (#19445)
So please make appropriate changes for libs/utils/src/Log.cpp
Contributor guide
Assessment
This issue has not been assessed yet.