mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-12 08:31:21 +00:00
Update bin/wasmer and run cargo fmt.
This commit is contained in:
@ -15,10 +15,7 @@ use crate::{
|
||||
},
|
||||
vm,
|
||||
};
|
||||
use std::{
|
||||
slice,
|
||||
fmt::Debug,
|
||||
};
|
||||
use std::{fmt::Debug, slice};
|
||||
|
||||
pub const INTERNALS_SIZE: usize = 256;
|
||||
|
||||
|
@ -41,7 +41,7 @@ impl fmt::Debug for InternalEvent {
|
||||
}
|
||||
|
||||
pub struct BkptInfo {
|
||||
pub throw: unsafe extern "C" fn () -> !,
|
||||
pub throw: unsafe extern "C" fn() -> !,
|
||||
}
|
||||
|
||||
pub trait ModuleCodeGenerator<FCG: FunctionCodeGenerator<E>, RM: RunnableModule, E: Debug> {
|
||||
|
Reference in New Issue
Block a user