mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
5 lines
143 B
Rust
5 lines
143 B
Rust
use substrate_wasm_builder::WasmBuilder;
|
|
|
|
fn main() {
|
|
WasmBuilder::new().with_current_project().export_heap_base().import_memory().build()
|
|
}
|