feat!: use marine with wasmtime 0.13.0

This commit is contained in:
Valery Antopol 2024-01-22 22:09:19 +04:00
parent 755456871a
commit 7ac8702d8f
3 changed files with 490 additions and 382 deletions

868
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,7 @@ rkyv = { version = "0.7.43", features = ["strict", "validation", "size_32", "arc
[dev_dependencies]
air-test-utils = { path = "../crates/air-lib/test-utils" }
air-testing-framework = { path = "../crates/testing-framework" }
fluence-app-service = "0.29.0"
fluence-app-service = "0.30.0"
marine-rs-sdk = { version = "0.10.0", features = ["logger"] }
borsh = "0.10.3"

View File

@ -19,7 +19,7 @@ air-interpreter-interface = { version = "0.17.1", path = "../../crates/air-lib/i
air-interpreter-sede = { version = "0.1.0", path = "../../crates/air-lib/interpreter-sede" }
air-utils = { version = "0.2.0", path = "../../crates/air-lib/utils" }
avm-data-store = { version = "0.7.6", path = "../../crates/data-store" }
marine-runtime = "0.30.0"
marine-runtime = "0.31.0"
polyplets = { version = "0.6.0", path = "../../crates/air-lib/polyplets" }
avm-interface = { version = "0.31.1", path = "../../avm/interface" }