-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lib/runtime): support Substrate WASM compression (#2213)
* Support Substrate Wasm compression https://github.com/paritytech/substrate/blob/master/primitives/maybe-compressed-blob/src/lib.rs * Apply suggestions from code review Co-authored-by: noot <36753753+noot@users.noreply.github.com> * Review comments - slices cannot be const - create function & write tests - `go mod tidy` * Apply suggestions from code review Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com> Co-authored-by: noot <36753753+noot@users.noreply.github.com> Co-authored-by: Quentin McGaw <quentin.mcgaw@gmail.com>
- Loading branch information
1 parent
17e557d
commit fd60061
Showing
3 changed files
with
66 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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