fix(tagged-union): rebase and squash

fix(tagged-union): changed test programs to use new tagged union
generated code

fix(tagged-union): changed test programs to use new tagged union generated code

fix(tagged-union): removed local dependency and changed to point to 0.9.1 version of wasi

fix(tagged-union): added newline to gitignore, changed wasi version to 0.10.0

fix(tagged-union): removed gitignore as Cargo.lock is intentional
This commit is contained in:
Emiliano Lesende
2020-06-03 13:08:30 -03:00
parent 8701645493
commit 59ee430431
3 changed files with 40 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ publish = false
[dependencies]
libc = "0.2.65"
wasi = "0.9.0"
wasi = "0.10.0"
more-asserts = "0.2.1"
# This crate is built with the wasm32-wasi target, so it's separate