Logo
Explore Help
Sign In
absolutebi/serai
1
0
Fork 0
You've already forked serai
mirror of https://github.com/serai-dex/serai.git synced 2025-12-08 12:19:24 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
36ac9c56a4c6fb1a2b678932a8a4eda240222841
serai/substrate/runtime/build.rs

5 lines
115 B
Rust
Raw Normal View History

Add an initial Substrate instantiation Consensus has been nuked for an AcceptAny currently routed throough PoW (when it doesn't have to be, doing so just took care of a few pieces of leg work). Updates AGPL handling.
2022-07-15 00:05:00 -04:00
fn main() {
Remove workaround for lack of `musl-dev` now that `musl-dev` is provided in Rust Alpine images 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).
2025-12-03 20:02:03 -05:00
#[cfg(not(target_family = "wasm"))]
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
substrate_wasm_builder::WasmBuilder::build_using_defaults();
Add an initial Substrate instantiation Consensus has been nuked for an AcceptAny currently routed throough PoW (when it doesn't have to be, doing so just took care of a few pieces of leg work). Updates AGPL handling.
2022-07-15 00:05:00 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 214ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API