mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-08 21:58:20 +00:00
Fix lint
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
use std::mem;
|
use std::mem;
|
||||||
use wasmer_runtime_core::{
|
use wasmer_runtime_core::{
|
||||||
vm::Ctx,
|
|
||||||
types::{Type, WasmExternType},
|
types::{Type, WasmExternType},
|
||||||
|
vm::Ctx,
|
||||||
};
|
};
|
||||||
|
|
||||||
#[repr(transparent)]
|
#[repr(transparent)]
|
||||||
@@ -20,4 +20,4 @@ impl VarArgs {
|
|||||||
|
|
||||||
unsafe impl WasmExternType for VarArgs {
|
unsafe impl WasmExternType for VarArgs {
|
||||||
const TYPE: Type = Type::I32;
|
const TYPE: Type = Type::I32;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user