Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasm: Enable filesystem APIs in libcxx
As of a recent fix included in LLVM 17[1] and wasi-libc fix[2], we can enable `LIBCXX_ENABLE_FILESYSTEM` in libcxx build for WebAssembly/WASI. This allows us to use `<filesystem>`, `<fstream>`, etc in C++ code. [1]: llvm/llvm-project@66a562d [2]: WebAssembly/wasi-libc#463
- Loading branch information