wasmer-python icon indicating copy to clipboard operation
wasmer-python copied to clipboard

How does one call a function exported through a table?

Open prescod opened this issue 4 years ago • 1 comments

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?

prescod avatar Dec 26 '20 18:12 prescod

The Table API is very small for the moment. I'll improve it.

Hywan avatar Jan 07 '21 14:01 Hywan