I use m3_LinkRawFunctionEx to register two callback functions, and call back the two functions in succession in webassembly. Why does only one function receive the callback message? ? It is normal ...
├── index.html # Página principal ├── css/ │ └── style.css # Estilos del proyecto ├── Funciones/ │ ├── Index.html │ └── script.js ├── Funcion_Flecha/ │ ├── Index.html │ └── scripts.js ...