ladybird/Userland
Diego Frias dc52998341 LibWasm: Remove Module::functions
`Module::functions` created clones of all of the functions in the
module. It provided a _slightly_ better API, but ended up costing around
40ms when instantiating spidermonkey.
2024-07-28 02:56:32 +02:00
..
Libraries LibWasm: Remove Module::functions 2024-07-28 02:56:32 +02:00
Services Bindings: Make item_value return an Optional<JS::Value> 2024-07-26 14:26:16 +02:00
Utilities Utilities/js: Make it possible to exit via two consecutive ^C's 2024-07-27 11:49:45 +01:00