mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 02:12:13 +00:00
chore(runtime-c-api) Update C/C++ headers.
This commit is contained in:
parent
9826ff3813
commit
6eaf87d651
@ -1171,7 +1171,7 @@ uint8_t *wasmer_memory_data(const wasmer_memory_t *memory);
|
|||||||
* uint32_t memory_data_length = wasmer_memory_data_length(memory);
|
* uint32_t memory_data_length = wasmer_memory_data_length(memory);
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
uint32_t wasmer_memory_data_length(wasmer_memory_t *memory);
|
uint32_t wasmer_memory_data_length(const wasmer_memory_t *memory);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Frees memory for the given `wasmer_memory_t`.
|
* Frees memory for the given `wasmer_memory_t`.
|
||||||
|
@ -964,7 +964,7 @@ uint8_t *wasmer_memory_data(const wasmer_memory_t *memory);
|
|||||||
/// ```c
|
/// ```c
|
||||||
/// uint32_t memory_data_length = wasmer_memory_data_length(memory);
|
/// uint32_t memory_data_length = wasmer_memory_data_length(memory);
|
||||||
/// ```
|
/// ```
|
||||||
uint32_t wasmer_memory_data_length(wasmer_memory_t *memory);
|
uint32_t wasmer_memory_data_length(const wasmer_memory_t *memory);
|
||||||
|
|
||||||
/// Frees memory for the given `wasmer_memory_t`.
|
/// Frees memory for the given `wasmer_memory_t`.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user