git.delta.rocks / unique-network / refs/commits / 700b0c8abd12

difftreelog

source

runtime/quartz/build.rs161 Bsourcehistory
1fn main() {2	#[cfg(feature = "std")]3	substrate_wasm_builder::WasmBuilder::new()4		.with_current_project()5		.import_memory()6		.export_heap_base()7		.build()8}