Update polkadot-stable2506#1030
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1030 +/- ##
==========================================
- Coverage 66.19% 65.98% -0.21%
==========================================
Files 48 48
Lines 3686 3687 +1
==========================================
- Hits 2440 2433 -7
- Misses 1246 1254 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
looks like wasm build wasn't working |
2 tasks
753164c to
5cab9e4
Compare
xlc
approved these changes
Aug 21, 2025
Contributor
|
I think you need to set the following flag to fix the wasm build:
This has been introduced lately due to the pallet-revive build mess. |
xlc
approved these changes
Sep 17, 2025
github-merge-queue Bot
pushed a commit
to paritytech/polkadot-sdk
that referenced
this pull request
Dec 3, 2025
…strate_runtime` Rustflag (#10514) Adds a tiny paragraph explaining what one needs to do when compiling individual crates to WASM. During the past few months I have seen several issues with build errors due to missing this flag, open-web3-stack/open-runtime-module-library#1030 (comment), #10382, #9339. I consider this a low-level detail, hence I put it into the Polkadot SDK Documentation, however, I thought that this caveat should also be in the main README. I also added a minimal section regarding PolkaVM, although I am not sure if this is needed, maybe it is better to just create an issue to add a PolkaVM build section to the SDK Docs once the PolkaVM build process stable (maybe it already is). --------- Co-authored-by: Bastian Köcher <git@kchr.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #1027