emscripten-core/emscripten

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

Open

#15,795 创建于 2021年12月16日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)C++ (3,519 fork)batch import
docsgood first bughelp wanted

仓库指标

Star
 (27,361 star)
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?

贡献者指南