On Friday, 16 May 2025 at 03:18:38 UTC, H. S. Teoh wrote: > > dlopen is a POSIX call. It sux because it's an OS C API, and > there's nothing we can do about it. > We do have `core.runtime.Runtime.loadLibrary` that uses `dlopen`/`LoadLibrary` depending on platform. But for some reason there’s no wrapper for `dlsym`/`GetProcAddress`.