2020-05-28 20:20:24 +00:00
|
|
|
[package]
|
2020-06-04 16:06:23 +00:00
|
|
|
name = "fce"
|
2020-06-03 20:19:07 +00:00
|
|
|
version = "0.2.0"
|
2020-05-28 20:20:24 +00:00
|
|
|
authors = ["Fluence Labs"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-06-04 16:06:23 +00:00
|
|
|
fce_wit_interfaces = { path = "../crates/fce_wit_interfaces" }
|
2020-06-05 21:13:05 +00:00
|
|
|
wit_parser = { path = "../crates/wit_parser" }
|
2020-06-04 16:06:23 +00:00
|
|
|
|
2020-06-03 20:19:07 +00:00
|
|
|
wasmer-runtime = "0.17.0"
|
|
|
|
# dynamicfunc-fat-closures allows using state inside DynamicFunc
|
|
|
|
wasmer-core = { package = "wasmer-runtime-core", version = "0.17.0", features = ["dynamicfunc-fat-closures"] }
|
|
|
|
wasmer-wit = { package = "wasmer-interface-types", git = "http://github.com/fluencelabs/interface-types" }
|
|
|
|
wasmer-wasi = "0.17.0"
|
2020-06-04 16:06:23 +00:00
|
|
|
|
2020-06-03 20:19:07 +00:00
|
|
|
multimap = "0.8.1"
|
2020-05-28 20:20:24 +00:00
|
|
|
parity-wasm = "0.41.0"
|
|
|
|
pwasm-utils = "0.12.0"
|