ladybird/Userland
Andrew Kaster 733a318709 Meta+CMake: Extract Wasm spec tests into the binary directory
Clean up the Wasm spec tests CMake rules to extract and compile the wat
files into wasm files in the LibWasm binary directory instead of its
source directory. Also make the rules more robust to missing host tools,
and use more CMake install rules for the test files rather than relying
on build-root-filesystem.sh. Add some FIXMEs for later, we really
shouldn't be doing installation of test files into /home/anon at the
build-root-filesystem stage in $CURRENT_YEAR. Tests go in /usr/Tests
2022-12-14 20:29:43 +03:30
..
Applets LibCore: Rename Stream::read_all to read_until_eof 2022-12-12 14:16:42 +01:00
Applications FileManager: Display message box if stat()'ing a file to activate fails 2022-12-14 15:48:25 +00:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos CatDog: Make a factory function for CatDog and propagate errors 2022-12-14 15:05:52 +00:00
DevTools Everywhere: Stop shoving things into ::std and mentioning them as such 2022-12-14 11:44:32 +01:00
DynamicLoader AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Games Minesweeper: Make a factory function for Field and propagate errors 2022-12-14 15:05:52 +00:00
Libraries Meta+CMake: Extract Wasm spec tests into the binary directory 2022-12-14 20:29:43 +03:30
Services LibWeb: Convert Paintable coordinates to new pixel units 2022-12-14 16:47:57 +00:00
Shell Shell: Disable interactive mode on '-c' 2022-12-12 13:57:06 +00:00
Utilities LibWeb: Split PaintContext::viewport_rect() into device/css variants 2022-12-14 16:47:57 +00:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00