1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:18:12 +00:00
serenity/Userland/Libraries/LibWasm/Printer
Ali Mohammad Pur 2b755f1fbf LibWasm: Make the Module ctor generate a list of module functions
This list is supposed to be accessed rather frequently, so there's no
reason to make things slower by generating it many times on the spot.
2021-05-13 19:44:32 +01:00
..
Printer.cpp LibWasm: Make the Module ctor generate a list of module functions 2021-05-13 19:44:32 +01:00
Printer.h LibWasm: Make the Module ctor generate a list of module functions 2021-05-13 19:44:32 +01:00