Adds WASI support to markdown rust example. (#509)

* Adds WASI support to markdown rust example.

* Rename has_wasi -> find_wasi_module_name
This commit is contained in:
Yury Delendik
2019-11-08 07:57:53 -06:00
committed by GitHub
parent 43b761ef5f
commit 3a8c2bbb82
3 changed files with 25 additions and 0 deletions

View File

@@ -17,4 +17,5 @@ cranelift-native = { version = "0.49" }
wasmtime-interface-types = { path = "../../wasmtime-interface-types" }
wasmtime-jit = { path = "../../wasmtime-jit" }
wasmtime-rust-macro = { path = "./macro" }
wasmtime-wasi = { path = "../../wasmtime-wasi" }
anyhow = "1.0.19"