1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:58:12 +00:00
serenity/Userland/Libraries/LibWasm
Ali Mohammad Pur 538c308357 LibWasm: Stop passing a nonzero 'mode' to open(..., O_DIRECTORY)
Bionic warns on this, but not passing the mode argument is technically
undefined behaviour (depending on the libc implementation of open), as
our LibC reads `mode` unconditionally (yolo!), just pass a zero to avoid
the UB.
2023-06-10 07:18:02 +02:00
..
AbstractMachine LibWasm: Create AK::StackInfo once per AbstractMachine 2023-05-28 13:20:56 +02:00
Parser
Printer
Tests
WASI LibWasm: Stop passing a nonzero 'mode' to open(..., O_DIRECTORY) 2023-06-10 07:18:02 +02:00
CMakeLists.txt LibWasm: Start implementing WASI 2023-04-26 03:47:15 +03:30
Constants.h
Forward.h LibWasm: Start implementing WASI 2023-04-26 03:47:15 +03:30
Opcode.h
Types.h
Wasi.h LibWasm: Start implementing WASI 2023-04-26 03:47:15 +03:30