mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-23 11:30:51 +00:00
The `params_len` argument type of `wasmer_export_func_params_arity` must be `uint32_t` to match the `wasmer_export_func_*_arity` results, so that casts are not required.