dont try to make a virtfs today. instead, delete virtfs example.

This commit is contained in:
Pat Hickey
2021-01-29 17:22:55 -08:00
parent 95ad13c82d
commit d8f3a62b32
12 changed files with 0 additions and 394 deletions

View File

@@ -1,21 +0,0 @@
# WASI
You can also [browse this source code online][code] and clone the wasmtime
repository to run the example locally.
[code]: https://github.com/bytecodealliance/wasmtime/blob/main/examples/wasi/main.rs
This example shows off how to run a wasi binary with a memory filesystem.
## Wasm Source code
```rust,ignore
{{#include ../examples/wasi-fs/wasm/wasi-fs.rs}}
```
## `wasi-fs.rs`
```rust,ignore
{{#include ../examples/wasi-fs/main.rs}}
```