MrBoec/utils/staking-miner/playground/runtime/build.rs

8 lines
150 B
Rust
Raw Normal View History

fn main() {
substrate_wasm_builder::new()
.with_current_project()
.export_heap_base()
.import_memory()
.build()
}