wasmer-python
wasmer-python copied to clipboard
How does one call a function exported through a table?
I know this has something to do with Tables but I couldn't discover the answer through experimentation.
If a C program reports that the address of a function is "0x8", how do I invoke that from Python?
The Table API is very small for the moment. I'll improve it.