mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 21:01:05 +00:00
ci: bump ci image to rust 1.73.0 (#1830)
Co-authored-by: command-bot <>
This commit is contained in:
@@ -79,8 +79,7 @@ impl LoadedModule {
|
||||
}
|
||||
|
||||
let engine = Engine::new(&config);
|
||||
let module =
|
||||
Module::new(&engine, code.clone()).map_err(|_| "Can't load the module into wasmi!")?;
|
||||
let module = Module::new(&engine, code).map_err(|_| "Can't load the module into wasmi!")?;
|
||||
|
||||
// Return a `LoadedModule` instance with
|
||||
// __valid__ module.
|
||||
|
||||
Reference in New Issue
Block a user