1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +00:00
serenity/Userland/Libraries/LibWasm
Tim Schumacher 8464da1439 AK: Move Stream and SeekableStream from LibCore
`Stream` will be qualified as `AK::Stream` until we remove the
`Core::Stream` namespace. `IODevice` now reuses the `SeekMode` that is
defined by `SeekableStream`, since defining its own would require us to
qualify it with `AK::SeekMode` everywhere.
2023-01-29 19:16:44 -07:00
..
AbstractMachine LibWasm: Implement data.drop instruction 2023-01-28 22:57:25 +03:30
Parser AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
Printer AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00
Tests Meta+LibWasm: Add support for module linking tests 2021-06-22 00:26:25 +04:30
CMakeLists.txt Meta+CMake: Extract Wasm spec tests into the binary directory 2022-12-14 20:29:43 +03:30
Constants.h LibWasm: Allow vectors of up to 500M entries 2022-10-24 15:54:20 +02:00
Forward.h LibWasm: Implement module validation 2021-11-11 09:20:04 +01:00
Opcode.h Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_' 2022-07-22 23:09:43 +01:00
Types.h AK: Move Stream and SeekableStream from LibCore 2023-01-29 19:16:44 -07:00