1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47:45 +00:00

LibWasm: Keep track of created directory fds in path_create_directory

This commit is contained in:
Ali Mohammad Pur 2023-05-04 00:38:54 +03:30 committed by Andreas Kling
parent 5121b368cd
commit 47248a3511
3 changed files with 9 additions and 0 deletions

View file

@ -197,6 +197,7 @@ set(VPX_DEBUG ON)
set(WAITBLOCK_DEBUG ON)
set(WAITQUEUE_DEBUG ON)
set(WASI_DEBUG ON)
set(WASI_FINE_GRAINED_DEBUG ON)
set(WASM_BINPARSER_DEBUG ON)
set(WASM_TRACE_DEBUG ON)
set(WASM_VALIDATOR_DEBUG ON)