Open dynafide opened 2 years ago
An exports interface is needed to enable user programs to expose functions to the application. I have assigned myself to implement this feature.
I have pushed changes for the exports table in the bytecode and a function calling interface. A way to push parameters onto the stack and retrieve return values is still needed.
An exports interface is needed to enable user programs to expose functions to the application. I have assigned myself to implement this feature.