MrBoec/runtime/casper/build.rs

8 lines
163 B
Rust
Raw Permalink Normal View History

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