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