mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
19 lines
657 B
TOML
19 lines
657 B
TOML
[package]
|
|
name = "marine-wasm-backend-traits"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
thiserror = "1.0.24"
|
|
|
|
it-memory-traits = "0.1.0"
|
|
|
|
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.21.1" }
|
|
wasmer-runtime = { package = "wasmer-runtime-fl", version = "=0.17.1" }
|
|
# dynamicfunc-fat-closures allows using state inside DynamicFunc
|
|
wasmer-core = { package = "wasmer-runtime-core-fl", version = "=0.17.1", features = ["dynamicfunc-fat-closures"] }
|
|
wasmer-wasi = { package = "wasmer-wasi-fl", version = "0.17.1" }
|
|
|
|
tuple_list = "0.1.0" |