mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 17:28:00 +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:
@@ -687,7 +687,8 @@ pub struct WasmiInstance {
|
||||
missing_functions: Vec<String>,
|
||||
}
|
||||
|
||||
// This is safe because `WasmiInstance` does not leak any references to `self.memory` and `self.instance`
|
||||
// This is safe because `WasmiInstance` does not leak any references to `self.memory` and
|
||||
// `self.instance`
|
||||
unsafe impl Send for WasmiInstance {}
|
||||
|
||||
impl WasmInstance for WasmiInstance {
|
||||
|
||||
Reference in New Issue
Block a user