Macro wasmedge_sdk::params

source ·
macro_rules! params {
    ( $( $x:expr ),* ) => { ... };
}
Expand description

Used to pass arguments to the following methods:

Notice that to use the macro, it is required to use WasmVal trait. If the version of rust used is less than v1.63, please place #![feature(explicit_generic_args_with_impl_trait)] on the root of the program.