wasmer/lib/runtime-c-api/src
Ivan Enderlin f04e77323b fix(runtime-c-api) Update wasmer_export_func_params_arity signature.
The `returns_len` argument type of `wasmer_export_func_returns_params`
must be `uint32_t` to match the `wasmer_export_func_returns_arity` results,
so that casts are not required.
2019-05-14 16:18:41 +02:00
..
error.rs Merge branch 'master' into doc-runtime-c-api 2019-05-13 15:55:20 -07:00
export.rs fix(runtime-c-api) Update wasmer_export_func_params_arity signature. 2019-05-14 16:18:41 +02:00
global.rs doc(runtime-c-api) Add short module descriptions. 2019-03-29 16:35:35 +01:00
import.rs doc(runtime-c-api) Add short module descriptions. 2019-03-29 16:35:35 +01:00
instance.rs fix(runtime-c-api) wasmer_instance_call types matches wasmer_export_func_*_arity. 2019-05-14 11:46:43 +02:00
lib.rs Merge branch 'master' into doc-runtime-c-api 2019-05-13 15:55:20 -07:00
memory.rs doc(runtime-c-api) Add short module descriptions. 2019-03-29 16:35:35 +01:00
module.rs doc(runtime-c-api) Add short module descriptions. 2019-03-29 16:35:35 +01:00
table.rs doc(runtime-c-api) Add short module descriptions. 2019-03-29 16:35:35 +01:00
value.rs doc(runtime-c-api) Add short module descriptions. 2019-03-29 16:35:35 +01:00