Files
serai/substrate/runtime/build.rs
Luke Parker a32b97be88 Move to wasm32v1-none from wasm32-unknown-unknown
Works towards fixing how the Substrate node Docker image no longer works.
2025-08-15 10:55:05 -04:00

5 lines
103 B
Rust

fn main() {
#[cfg(feature = "std")]
substrate_wasm_builder::WasmBuilder::build_using_defaults();
}