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,18 +0,0 @@
[package]
name = "wasi-virtfs"
version = "0.22.0"
authors = ["The Wasmtime Project Developers"]
description = "WASI implementation in Rust"
license = "Apache-2.0 WITH LLVM-exception"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
repository = "https://github.com/bytecodealliance/wasmtime"
readme = "README.md"
edition = "2018"
include = ["src/**/*", "LICENSE" ]
publish = false
[dependencies]
wasi-common = { path = "../", version = "0.22.0" }
anyhow = "1.0"
cap-std = "0.12"