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
18 lines
410 B
TOML
18 lines
410 B
TOML
[package]
|
|
name = "wasi-tests"
|
|
version = "0.17.0"
|
|
authors = ["The Wasmtime Project Developers"]
|
|
readme = "README.md"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
libc = "0.2.65"
|
|
wasi = "0.10.0"
|
|
more-asserts = "0.2.1"
|
|
|
|
# This crate is built with the wasm32-wasi target, so it's separate
|
|
# from the main Wasmtime build, so use this directive to exclude it
|
|
# from the parent directory's workspace.
|
|
[workspace]
|