fn main() { substrate_wasm_builder::new() .with_current_project() .export_heap_base() .import_memory() .build() }