forked from ghostchain/ghost-node
8 lines
150 B
Rust
8 lines
150 B
Rust
fn main() {
|
|
substrate_wasm_builder::new()
|
|
.with_current_project()
|
|
.export_heap_base()
|
|
.import_memory()
|
|
.build()
|
|
}
|