Files
wasmtime/lib/wasmstandalone/Cargo.toml
2017-10-03 12:48:33 -07:00

14 lines
442 B
TOML

[package]
name = "wasmstandalone"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
description = "Standalone JIT-style runtime support for WebAsssembly code in Cretonne"
repository = "https://github.com/stoklund/cretonne"
license = "Apache-2.0"
[dependencies]
cretonne = { git = "https://github.com/stoklund/cretonne.git" }
cretonne-wasm = { git = "https://github.com/stoklund/cretonne.git" }
region = "0.0.8"