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