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
Commit 69332fb is a cherry-pick of bellard/quickjs@9bd10d8 but changed
the type of a field from uint8_t to bool. That normally would have been
fine except that the layouts of JSVarRef and JSGCObjectHeader need to
match. They did on architectures where sizeof(bool) == sizeof(char) but
that is not the case on at least powerpc and probably others.
0 commit comments