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
Make emscripten::val default constructible (#17384)
The default ctor of `val` was deleted and it could not be default constructed.
This limited some usages such as create an array of it but without an explicit
initialization list. (More: https://en.wikipedia.org/wiki/Default_constructor)
The default constructed val is same as val::undefined().
0 commit comments