emscripten-core/emscripten
Ver no GitHubdlopen() documentation is wrong, and related issue should not be closed
Open
#15.795 aberto em 16 de dez. de 2021
docsgood first bughelp wanted
Métricas do repositório
- Stars
- (27.361 stars)
- Métricas de merge de PR
- (Mesclagem média 19d 10h) (147 fundiu PRs em 30d)
Description
In particular, from https://emscripten.org/docs/compiling/Dynamic-Linking.html?highlight=dlopen:
Runtime dynamic linking can be performed by the calling the dlopen() function ... That’s basically it - you can then use dlopen(), dlsym(), etc. normally. (emphasis mine)
The second part of that statement is 100% false
Issue #11753 still exists.
Could the documentation please be corrected, and issue #11753 re-opened until a solution has been put into place?