Fix some spelling issues (#3385)
Fix some of the spelling issues found by CSpell.
This commit is contained in:
@ -181,13 +181,13 @@ vm_clone_from_instance(const wasm_vm_t *base)
|
||||
{
|
||||
/**
|
||||
* if do a clone of the level instantiated_module, need to malloc and
|
||||
* initialie
|
||||
* - global. WASMGlobalIntance and global data
|
||||
* - memory. WAAMMemoryInstance, memory_data and heap
|
||||
* initialize
|
||||
* - global. WASMGlobalInstance and global data
|
||||
* - memory. WASMMemoryInstance, memory_data and heap
|
||||
* - table. WASMTableInstance, table_data
|
||||
* - exports. all global, memory and table
|
||||
*
|
||||
* it is almost everything in wasm_instantiate() except funciton.
|
||||
* it is almost everything in wasm_instantiate() except function.
|
||||
*/
|
||||
(void)base;
|
||||
printf("Unsupported\n");
|
||||
|
||||
Reference in New Issue
Block a user