I've implemented a #ProtoFlux JIT compiler which dynamically generates ProtoFlux node classes to wrap #WebAssembly export functions. I had a Java moment and made the compiler very object-oriented, which let me abstract it so much that it can be used both for Action and Funciton nodes and for things other than WebAssembly.
This is really exciting for me because I've never messed much with #CSharp or IL and I'm happy that this part of the project is done, because debugging dynamically generated code can be a nightmare.
Next up is gonna be some more focus stability. For example, when a module is unloaded and loaded again, the ProtoFlux nodes wouldn't update.


