mirror of
https://github.com/fluencelabs/interface-types
synced 2024-12-12 11:05:31 +00:00
bound ExecutableInstruction with Send
This commit is contained in:
parent
82986d1035
commit
567bec274b
@ -42,7 +42,7 @@ where
|
||||
pub(crate) type ExecutableInstruction<Instance, Export, LocalImport, Memory, MemoryView> = Box<
|
||||
dyn Fn(
|
||||
&mut Runtime<Instance, Export, LocalImport, Memory, MemoryView>,
|
||||
) -> InstructionResult<()>,
|
||||
) -> InstructionResult<()> + Send,
|
||||
>;
|
||||
|
||||
/// An interpreter is the central piece of this crate. It is a set of
|
||||
|
Loading…
Reference in New Issue
Block a user