Files
wasmtime/lib/environ/Cargo.toml
Dan Gohman 548c45c604 Rename wasmtime-runtime to wasmtime-environ.
This mirrors changes in cranelift.
2018-08-03 15:20:19 -07:00

14 lines
393 B
TOML

[package]
name = "wasmtime-environ"
version = "0.0.0"
authors = ["The Cranelift Project Developers"]
publish = false
description = "Standalone environment support for WebAsssembly code in Cranelift"
repository = "https://github.com/sunfishcode/wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
[dependencies]
cranelift-codegen = "0.18.1"
cranelift-wasm = "0.18.1"
target-lexicon = "0.0.3"