Archit
Archit
This solves the [issue](https://github.com/sdslabs/Rootex/issues/538)
Currently, raw pointers of components are being distributed to many places; this will cause a lot of problems in the future. This causes issues when components are shifted or deleted...
This implements one function of node's crypto API. This is to complete the assignment given for [lfx](https://github.com/WasmEdge/WasmEdge/discussions/1753)
Changed openGL version for imgui to opengl2 because I saw in the API-calls it was opengl2 and now it works fine on macOS. Also tested with windows and wsl (I...