wasmer/lib/wasi-tests/wasitests/test_fs/README.md

10 lines
330 B
Markdown
Raw Normal View History

# Test FS
This is a test "file system" used in some of the WASI integration tests.
It's just a bunch of files in a tree.
2019-08-05 05:01:04 +00:00
If you make changes here, please regenerate the tests with `make wasitests`!
The contents of `temp` are deleted before each run. If you want to test making or mutating files, do it in that sub directory.