Returns an iterator of the func’s parameter names. Must be the same
length as the iterator returned by params or empty if this WasmFunc
impl does not support param names.
Returns an iterator of the func’s result names. Must be the same
length as the iterator returned by results or empty if there are no
named results or if this WasmFunc impl does not support result names.