mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Additionally, optimizes the build process a bit via leaving only the runtime (and `busybox`) in the final image, and additionally building the runtime without `std` (as we solely need the WASM blob from this process).
5 lines
115 B
Rust
5 lines
115 B
Rust
fn main() {
|
|
#[cfg(not(target_family = "wasm"))]
|
|
substrate_wasm_builder::WasmBuilder::build_using_defaults();
|
|
}
|