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
Update WebAssembly tests from spec repos:
- Move simd feature to "standard" from "mature".
- Handle parsing both a memory reference and a lane index for load/store lane instructions.
Fix incorrect use of __cxa_demangle by passing in a stack-allocated b…
…uffer.
If the buffer is not large enough, it will call realloc on it, which will fail.
Thanks to Harrm for pointing out the bug.