mirror of
https://github.com/pezkuwichain/pez-solochain-template.git
synced 2026-06-14 09:51:10 +00:00
Update template triggered by workflow_dispatch
This commit is contained in:
+1
-5
@@ -1,10 +1,6 @@
|
||||
fn main() {
|
||||
#[cfg(feature = "std")]
|
||||
{
|
||||
substrate_wasm_builder::WasmBuilder::new()
|
||||
.with_current_project()
|
||||
.export_heap_base()
|
||||
.import_memory()
|
||||
.build();
|
||||
substrate_wasm_builder::WasmBuilder::build_using_defaults();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user