wasmer/lib/wasi-tests/wasitests/test_fs
2019-08-05 14:01:04 +09:00
..
hamlet add readlink test 2019-07-16 13:49:45 -07:00
README.md get fd_allocate test working 2019-08-05 14:01:04 +09:00

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.