Files
wasmtime/lib/runtime/Cargo.toml
2018-05-14 12:58:28 -10:00

14 lines
372 B
TOML

[package]
name = "wasmstandalone_runtime"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
description = "Standalone runtime support for WebAsssembly code in Cretonne"
repository = "https://github.com/sunfishcode/wasmstandalone"
license = "Apache-2.0"
[dependencies]
cretonne-codegen = "0.8.0"
cretonne-wasm = "0.8.0"
wasmparser = "0.16.1"