Couple bugfixes, integration tests ported

This commit is contained in:
2022-04-17 23:35:48 -05:00
parent df111ce55b
commit 05c1be2e94
16 changed files with 436 additions and 48 deletions
Generated
+8
View File
@@ -1227,6 +1227,14 @@ version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vtest"
version = "0.1.0"
dependencies = [
"vasm",
"vcore",
]
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"