mirror of
https://github.com/pezkuwichain/pez-solochain-template.git
synced 2026-04-22 07:57:56 +00:00
7 lines
108 B
Rust
7 lines
108 B
Rust
fn main() {
|
|
#[cfg(feature = "std")]
|
|
{
|
|
substrate_wasm_builder::WasmBuilder::build_using_defaults();
|
|
}
|
|
}
|