Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm] Make
FileManager.createFile()
work on WASI
fixes swiftwasm/swift#5593 `FileManager.createFile()` currently doesn't work on WASI because it requires `.atomic`, it requires creating a temporary file, and it isn't suppported on WASI. So I have fixed that by removing the `.atomic` requirement only on WASI.
- Loading branch information