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 want to use the WebAssembly.Module.customSections function, but I couldn't find it in wasm_c_api.h.
I wonder, if I really want to use customSections in WAMR, how can I achieve this?
Also, does WAMR plan to include this function in future updates?
The text was updated successfully, but these errors were encountered:
@lum1n0us
Hello, I have another question here. I tried to import memory/table to a wasm instance, but I found that WAMR does not copy the data in the memory/table. I wonder if you have any ideas about it. Really appreciate your help.
I want to use the WebAssembly.Module.customSections function, but I couldn't find it in wasm_c_api.h.
I wonder, if I really want to use customSections in WAMR, how can I achieve this?
Also, does WAMR plan to include this function in future updates?
The text was updated successfully, but these errors were encountered: