We need to introduce something that emulates pointers in C++ because of Emscripten limitations.
Context here: ENG-5719
Differential D9902
[SQLite] introduce Nullable entity kamil on Nov 15 2023, 12:17 PM. Authored by Tags None Referenced Files
Subscribers
Details
We need to introduce something that emulates pointers in C++ because of Emscripten limitations. Context here: ENG-5719
Diff Detail
Event Timeline
Comment Actions Yes, I did. There is no support for std::optional yet, but I found an issue on Emsctipen link and PR link. I tried solutions suggested there but two things:
|