mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 05:50:49 +00:00
19 lines
462 B
TOML
19 lines
462 B
TOML
[package]
|
|
name = "marine-wasm-backend-traits"
|
|
description = "Fluence Marine generic Wasm backend interface"
|
|
version = "0.5.1"
|
|
authors = ["Fluence Labs"]
|
|
repository = "https://github.com/fluencelabs/marine"
|
|
license = "Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
wasmer-it = { package = "wasmer-interface-types-fl", version = "0.27.0" }
|
|
it-memory-traits = "0.4.0"
|
|
|
|
thiserror = "1.0.50"
|
|
anyhow = "1.0.75"
|
|
wasmparser = "0.101.1"
|
|
paste = "1.0.14"
|
|
multimap = "0.8.3"
|