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
In order to interact with my wasm program from Python I need to be able to get the function pointers stored in a table.
I had a look at the Python documentation on WASM table https://wasmerio.github.io/wasmer-python/api/wasmer/wasmer.html#Table but it looks like one can only access the size and the type of the table. I might have overlooked something, so if there is a way to get the function pointers from a table please let me know
Proposed solution
Provide a get and set method on the Table object.
Thanks
The text was updated successfully, but these errors were encountered:
Motivation
In order to interact with my wasm program from Python I need to be able to get the function pointers stored in a table.
I had a look at the Python documentation on WASM table https://wasmerio.github.io/wasmer-python/api/wasmer/wasmer.html#Table but it looks like one can only access the size and the type of the table. I might have overlooked something, so if there is a way to get the function pointers from a table please let me know
Proposed solution
Provide a get and set method on the Table object.
Thanks
The text was updated successfully, but these errors were encountered: