mirror of
https://github.com/fluencelabs/interface-types
synced 2025-07-03 00:21:39 +00:00
feat(interface-types) Remove the 'input
lifetime on Instruction
.
This commit is contained in:
@ -174,8 +174,7 @@ where
|
||||
}
|
||||
|
||||
/// Transforms a `Vec<Instruction>` into an `Interpreter`.
|
||||
impl<'binary_input, Instance, Export, LocalImport, Memory, MemoryView>
|
||||
TryFrom<&Vec<Instruction<'binary_input>>>
|
||||
impl<Instance, Export, LocalImport, Memory, MemoryView> TryFrom<&Vec<Instruction>>
|
||||
for Interpreter<Instance, Export, LocalImport, Memory, MemoryView>
|
||||
where
|
||||
Export: wasm::structures::Export,
|
||||
|
Reference in New Issue
Block a user