mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
16 lines
459 B
TOML
16 lines
459 B
TOML
[package]
|
|
name = "wasmer-runtime"
|
|
version = "0.1.2"
|
|
description = "Wasmer runtime library"
|
|
license = "MIT"
|
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
|
repository = "https://github.com/wasmerio/wasmer"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
wasmer-runtime-core = { path = "../runtime-core", version = "0.1.2" }
|
|
wasmer-clif-backend = { path = "../clif-backend", version = "0.1.1", optional = true }
|
|
|
|
[features]
|
|
default = ["wasmer-clif-backend"]
|