create wasmtime-wiggle crate, by copying implementation of wig

This commit is contained in:
Pat Hickey
2020-06-22 17:16:39 -07:00
parent 60ac091afe
commit 712990191a
7 changed files with 442 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ members = [
"crates/misc/run-examples",
"crates/misc/rust",
"crates/wiggle",
"crates/wiggle/wasmtime",
"examples/fib-debug/wasm",
"examples/wasi/wasm",
"fuzz",