-
Notifications
You must be signed in to change notification settings - Fork 124
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 <[email protected]> * Review comments - slices cannot be const - create function & write tests - `go mod tidy` * Apply suggestions from code review Co-authored-by: Quentin McGaw <[email protected]> Co-authored-by: noot <[email protected]> Co-authored-by: Quentin McGaw <[email protected]>
- 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