mirror of
https://github.com/fluencelabs/interface-types
synced 2025-06-21 02:31:36 +00:00
chore(interface-types) Simplify the executable_instruction
macro.
This commit is contained in:
@ -37,7 +37,7 @@ macro_rules! executable_instruction {
|
||||
Memory: wasm::structures::Memory,
|
||||
Instance: wasm::structures::Instance<Export, LocalImport, Memory>,
|
||||
{
|
||||
$implementation
|
||||
Box::new($implementation)
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user