Files
revive/crates/pallet-contracts-pvm-llapi/Cargo.toml
T
Cyrill Leutwiler 50f2dd9b74 Polkavm heap (#2)
Use PolkaVM heap
2024-03-22 12:41:41 +01:00

7 lines
189 B
TOML

[package]
name = "pallet-contracts-pvm-llapi"
version = "0.1.0"
edition = "2021"
[dependencies]
inkwell = { workspace = true, features = ["target-riscv", "no-libffi-linking", "llvm16-0"] }