mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +00:00
doc(runtime-c-api) Update the documentation of wasmer_module_deserialize
.
This commit is contained in:
@ -489,7 +489,7 @@ uint32_t wasmer_memory_length(const wasmer_memory_t *memory);
|
||||
wasmer_result_t wasmer_memory_new(wasmer_memory_t **memory, wasmer_limits_t limits);
|
||||
|
||||
/**
|
||||
* Deserialize the given Module.
|
||||
* Deserialize the given bytes into a Module.
|
||||
* Returns `wasmer_result_t::WASMER_OK` upon success.
|
||||
* Returns `wasmer_result_t::WASMER_ERROR` upon failure. Use `wasmer_last_error_length`
|
||||
* and `wasmer_last_error_message` to get an error message.
|
||||
|
Reference in New Issue
Block a user