revive-runtime-api 1.2.0

Implements the low level runtime API bindings with pallet contracts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "revive-runtime-api"
version = "1.2.0"
license.workspace = true
edition.workspace = true
repository.workspace = true
authors.workspace = true
description = "Implements the low level runtime API bindings with pallet contracts"

[dependencies]
anyhow = { workspace = true }
inkwell = { workspace = true, features = ["target-riscv", "no-libffi-linking", "llvm22-1"] }

revive-common = { workspace = true }

[build-dependencies]
revive-build-utils = { workspace = true }