Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/embed_wamr.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ wasm_runtime_module_malloc(wasm_module_inst_t module_inst,
* size: the size of buffer to be allocated and copy data
*/
uint32_t
wasm_runtime_module_dup_data(WASMModuleInstanceCommon *module_inst,
wasm_runtime_module_dup_data(wasm_module_inst_t module_inst,
const char *src, uint32_t size);

/* free the memory allocated from module memory space */
Expand Down
2 changes: 1 addition & 1 deletion wamr-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The folder “**app-sdk**” under the profile output directory contains all the



Refer to [build WASM applications](./doc/build_wasm_app.md) for the details.
Refer to [build WASM applications](../doc/build_wasm_app.md) for the details.



Expand Down