This commit is contained in:
Lachlan Sneff
2019-02-01 13:22:49 -08:00
parent 631fc8d124
commit ad1034b78c

View File

@ -1,7 +1,7 @@
use std::mem;
use wasmer_runtime_core::{
vm::Ctx,
types::{Type, WasmExternType},
vm::Ctx,
};
#[repr(transparent)]
@ -20,4 +20,4 @@ impl VarArgs {
unsafe impl WasmExternType for VarArgs {
const TYPE: Type = Type::I32;
}
}