Files
wasmtime/lib/runtime/Cargo.toml
2018-03-16 16:34:20 -07:00

14 lines
364 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 = "0.4.0"
cretonne-wasm = "0.4.0"
wasmparser = "0.15.1"