Images 💾

Last commit ⭐

commit 6820e0e175741aa5fff91a88aa50501611fd8d96
Author:     Ali Mohammad Pur <mpfard@serenityos.org>
AuthorDate: Sun Sep 24 21:20:45 2023 +0330
Commit:     Ali Mohammad Pur <mpfard@serenityos.org>
CommitDate: Tue Sep 26 07:47:20 2023 +0330

    LibWasm: Make sure to place imported functions before the module's
    
    aafef1e92d8e750b8abd2100e5896df75505e2a1 broke this while trying to
    make the global import available in initialisation, this commit makes
    sure we place the module's own functions after all resolved imports.