mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 10:31:04 +00:00
Rewrap all comments to 100 line width (#9490)
* reformat everything again * manual formatting * last manual fix * Fix build
This commit is contained in:
@@ -126,13 +126,13 @@ pub trait ReadRuntimeVersion: Send + Sync {
|
||||
/// The version information may be embedded into the wasm binary itself. If it is not present,
|
||||
/// then this function may fallback to the legacy way of reading the version.
|
||||
///
|
||||
/// The legacy mechanism involves instantiating the passed wasm runtime and calling `Core_version`
|
||||
/// on it. This is a very expensive operation.
|
||||
/// The legacy mechanism involves instantiating the passed wasm runtime and calling
|
||||
/// `Core_version` on it. This is a very expensive operation.
|
||||
///
|
||||
/// `ext` is only needed in case the calling into runtime happens. Otherwise it is ignored.
|
||||
///
|
||||
/// Compressed wasm blobs are supported and will be decompressed if needed. If uncompression fails,
|
||||
/// the error is returned.
|
||||
/// Compressed wasm blobs are supported and will be decompressed if needed. If uncompression
|
||||
/// fails, the error is returned.
|
||||
///
|
||||
/// # Errors
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user