Files
wasmtime/crates/test-programs
iximeow 7e0d9decbf Virtual file support (#701)
* Add support for virtual files (eg, not backed by an OS file).

Virtual files are implemented through trait objects, with a default
implementation that tries to behave like on-disk files, but entirely
backed by in-memory structures.

Co-authored-by: Dan Gohman <sunfish@mozilla.com>
2020-03-06 11:08:13 -08:00
..
2019-11-15 08:03:43 -08:00
2020-03-06 11:08:13 -08:00
2020-03-06 11:08:13 -08:00
2020-02-26 14:23:33 -08:00
2019-11-15 08:03:43 -08:00

This is the test-programs crate, which builds and runs whole programs compiled to wasm32-wasi.