Expand top-level wasmtime crate docs (#1955)

This is something I meant to do a long time ago but forgot to get around
to it! This commit updates the top-level documentation of the `wasmtime`
crate to have examples, more words, and generall be a bit more
up-to-date and complete.
This commit is contained in:
Alex Crichton
2020-07-01 14:04:29 -05:00
committed by GitHub
parent b37adbbe31
commit f24c7e1249
4 changed files with 248 additions and 9 deletions

1
Cargo.lock generated
View File

@@ -2336,6 +2336,7 @@ dependencies = [
"wasmtime-jit",
"wasmtime-profiling",
"wasmtime-runtime",
"wasmtime-wasi",
"wat",
"winapi",
]