Update serai-runtime to compile a minimum subset of itself for non-WASM targets

We only really care about it as a WASM blob, given `serai-abi`, so there's no
need to compile it twice when it's an expensive blob and we don't care about it
at all.
This commit is contained in:
Luke Parker
2025-11-12 21:49:59 -05:00
parent c52f7634de
commit 264bdd46ca
7 changed files with 935 additions and 811 deletions

View File

@@ -10,7 +10,6 @@ use sp_api::ProvideRuntimeApi;
use sc_client_api::BlockBackend;
use serai_abi::{primitives::prelude::*, SubstrateBlock as Block};
use serai_runtime::*;
use jsonrpsee::RpcModule;