wasmer/lib/wasi-tests/wasitests/test_fs/README.md
2019-08-05 14:01:04 +09:00

10 lines
330 B
Markdown

# 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.
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.