Images 💾

Last commit ⭐

commit c9bfa4a3f43929271836cb3b780a78e2188e0504
Author:     Ali Mohammad Pur <mpfard@serenityos.org>
AuthorDate: Wed Jul 31 12:34:55 2024 +0200
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Tue Aug 13 18:00:24 2024 -0400

    LibWeb: Keep Wasm-imported functions alive
    
    The user is not required to keep the object alive, this commit makes it
    so the lifetime of these functions is extended to match the Wasm module
    it is imported into.
    Fixes the crash in #907.
    
    (cherry picked from commit 1fa528b19fb4551ebc6b4d33b408e456ba367acc)