Files
ladybird/Userland/Utilities/wasm.cpp
Ali Mohammad Pur 6b50425013 wasm: Map the entire input wasm file instead of using Core::File
This is a 30x (!) speedup in parsing time as we don't lose time to
Core::File's silly memmove()-into-provided-buffer stuff anymore.
2022-10-24 15:54:20 +02:00

21 KiB