You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to import memory/table into a Wasm instance using the function wasm_instance_new_with_args, but I found that WAMR does not copy the data in the memory/table. I wonder how I could retain the data in the memory/table.
The text was updated successfully, but these errors were encountered:
I tried to import memory/table into a Wasm instance using the function wasm_instance_new_with_args, but I found that WAMR does not copy the data in the memory/table. I wonder how I could retain the data in the memory/table.
The text was updated successfully, but these errors were encountered: