mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 09:07:56 +00:00
b734abf5eb
* init * clean * update cargo toml for pallet template * clean * save * finish node
6 lines
145 B
Rust
6 lines
145 B
Rust
use substrate_wasm_builder::WasmBuilder;
|
|
|
|
fn main() {
|
|
WasmBuilder::new().with_current_project().export_heap_base().import_memory().build()
|
|
}
|