macro_rules! params { ( $( $x:expr ),* ) => { ... }; }
Generates arguments of WasmValue types.
Notice that to use the macro, it is required to use WasmVal trait.
WasmVal