mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-05-06 18:37:56 +00:00
50f2dd9b74
Use PolkaVM heap
7 lines
189 B
TOML
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"] } |