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

15 lines
411 B
TOML

[package]
name = "wasmstandalone_execute"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
description = "JIT-style runtime support for WebAsssembly code in Cretonne"
repository = "https://github.com/sunfishcode/wasmstandalone"
license = "MIT/Apache-2.0"
[dependencies]
cretonne = "0.4.0"
cretonne-wasm = "0.4.0"
region = "0.1.1"
wasmstandalone_runtime = { path = "../runtime" }