More infrastructure.

Improve handling of memory.grow/size, add a standalone wast runner,
test harness improvements.
This commit is contained in:
Dan Gohman
2018-12-03 04:59:40 -08:00
parent 83f8a31010
commit 7faa15d7ac
15 changed files with 316 additions and 82 deletions

View File

@@ -13,6 +13,10 @@ publish = false
name = "wasmtime"
path = "src/wasmtime.rs"
[[bin]]
name = "run_wast"
path = "src/run_wast.rs"
[[bin]]
name = "wasm2obj"
path = "src/wasm2obj.rs"