emscripten-core/emscripten

dlopen() documentation is wrong, and related issue should not be closed

開放

#15,795 建立於 2021年12月16日

 (8 則留言) (0 個反應) (0 位負責人)C++ (3,519 個分叉)batch import
docsgood first bughelp wanted

倉庫指標

星標
 (27,361 顆星)
PR 合併指標
 (平均合併 19天 10小時) (30 天內合併 147 個 PR)

描述

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?

貢獻者指南