The goal of this module is to extend the platformOS module system's possibilities. With the hook system, it's possible to use SOLID's Open/Closed Principle so you can modify the business logic in ...
I have a main module (core.wasm in this case) that is built with the MODULARIZE=1 flag so that it can be created dynamically by the JS. The code for the module (core.cpp) has one function ...