unique-network
refs/commits
afb78c0d0b1c
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}