wasm-posix-host
    Preparing search index...

    Function loadSharedLibrary

    • Load a shared library (.so / side module) into a process's address space. Async version — uses async WebAssembly compilation for large modules and supports async dependency resolution.

      Replay is not supported on the async path; fork replays go through loadSharedLibrarySync / DynamicLinker.dlopenSync.

      Parameters

      Returns Promise<LoadedSharedLibrary>