From 10dbee0c179fe0c69ecf1011e297788600aebfdb Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 17 Feb 2021 16:31:10 -0800 Subject: [PATCH] Add a minimal README.md for wasmtime-wasi. --- crates/wasi/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 crates/wasi/README.md diff --git a/crates/wasi/README.md b/crates/wasi/README.md new file mode 100644 index 0000000000..d8d8203f59 --- /dev/null +++ b/crates/wasi/README.md @@ -0,0 +1,2 @@ +Crate defining the `Wasi` type for Wasmtime, which represents a WASI +instance which may be added to a linker.