You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why doesn't emsdk natively support STL containers? Why do users still need to manually register them, like register_vector("vector");?
Both pybind11 (Python) and sol2 (Lua) provide perfect support for STL containers.
Wouldn't it be possible to automatically register containers like vector by detecting parameter or return types during function registration?