Fix 'not enough arguments' during wasmtime run (#858)

* Fix 'not enough arguments' during wasmtime run

* add simple cli smoke tests

* autogenerate wasm
This commit is contained in:
Yury Delendik
2020-01-30 14:29:50 +01:00
committed by GitHub
parent bc50815eac
commit a8cad05e80
5 changed files with 75 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ more-asserts = "0.2.1"
# wasm32-wasi integration tests. To enable, run
# `cargo test --features test-programs`.
test-programs = { path = "crates/test-programs" }
tempfile = "3.1.0"
[build-dependencies]
anyhow = "1.0.19"