git.delta.rocks / unique-network / refs/commits / 99f6558100fe

difftreelog

source

runtime/unique/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}