mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 06:01:33 +00:00
Update bin/wasmer and run cargo fmt.
This commit is contained in:
@ -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