mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-10 01:32:44 +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.