simdutf8
simdutf8 copied to clipboard
Fix Undefined Behavior in WebAssembly SIMD128
The pointer is actually unaligned, so this needs to be an unaligned read as otherwise UB gets invoked. A debug build nowadays panics here to detect the UB.
The build failures seem to just be timeouts / unrelated to my code.
@CryZe, thanks for this and apologies for long wait.
Thank you a lot. While you are here, can you also release a patch version with this?
Thank you a lot. While you are here, can you also release a patch version with this?
I plan to do a new release shortly.
Nice, that sounds good.