unique-network
refs/commits
50f8d1b0c87e
runtime/unique/build.rs
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}