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
commit 47248a3511
Notes: sideshowbarker 2024-07-17 04:32:07 +09:00
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)