chore(interface-types) Simplify the executable_instruction macro.

This commit is contained in:
Ivan Enderlin
2019-09-26 14:17:43 +02:00
parent c042050497
commit 1478ad8b4e
6 changed files with 11 additions and 11 deletions

View File

@ -37,7 +37,7 @@ macro_rules! executable_instruction {
Memory: wasm::structures::Memory,
Instance: wasm::structures::Instance<Export, LocalImport, Memory>,
{
$implementation
Box::new($implementation)
}
};
}