This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commits on Nov 10, 2020
-
Build every wasm crate in its own project with wasm-builder
Building all wasm crates in one workspace was a nice idea, however it just introduced problems: 1. We needed to prune old members, but this didn't worked for old git deps. 2. We locked the whole wasm workspace while building one crate. This could lead to infinitely locking the workspace on a crash. Now we just build every crate in its own project, this means we will build the dependencies multiple times. While building the dependencies multiple times, we still decrease the build time by around 30 seconds for Polkadot and Substrate because of the new parallelism ;)
Configuration menu - View commit details
-
Copy full SHA for 044dacf - Browse repository at this point
Copy the full SHA 044dacfView commit details
Commits on Nov 11, 2020
-
Remove the requirement on wasm-builder-runner
This removes the requirement on wasm-builder-runner by using the new `build_dep` feature of cargo. We use nightly anyway and that enables us to use this feature. This solves the problem of not mixing build/proc-macro deps with normal deps. By doing this we get rid off this complicated project structure and can depend directly on `wasm-builder`. This also removes all the code from wasm-builder-runner and mentions that it is deprecated.
Configuration menu - View commit details
-
Copy full SHA for bea3d64 - Browse repository at this point
Copy the full SHA bea3d64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10ba8b5 - Browse repository at this point
Copy the full SHA 10ba8b5View commit details
Commits on Nov 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ed45650 - Browse repository at this point
Copy the full SHA ed45650View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d7c09 - Browse repository at this point
Copy the full SHA 63d7c09View commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7617dc4 - Browse repository at this point
Copy the full SHA 7617dc4View commit details
Commits on Nov 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f90b42b - Browse repository at this point
Copy the full SHA f90b42bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 632c81a - Browse repository at this point
Copy the full SHA 632c81aView commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for dd63724 - Browse repository at this point
Copy the full SHA dd63724View commit details
Commits on Nov 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for df23b38 - Browse repository at this point
Copy the full SHA df23b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd19e4b - Browse repository at this point
Copy the full SHA cd19e4bView commit details -
Update utils/wasm-builder/src/builder.rs
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 89b0970 - Browse repository at this point
Copy the full SHA 89b0970View commit details -
Update utils/wasm-builder/src/builder.rs
Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 79a1d10 - Browse repository at this point
Copy the full SHA 79a1d10View commit details
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.