cornerstoneWADOImageLoader
                                
                                 cornerstoneWADOImageLoader copied to clipboard
                                
                                    cornerstoneWADOImageLoader copied to clipboard
                            
                            
                            
                        Out of memory when loading J2K images on mobile Chrome
When trying to load images on android using Chrome, it errors out with the error

This seems to be caused by the commit https://github.com/cornerstonejs/cornerstoneWADOImageLoader/commit/e38c066a7b8c293e48b6e0ca7a21791400ce7d86 where the decoder was switched to wasm.
@dougyau hello, I'm in the same trouble. Have you solved that?
To make it work, I had to tweak the the amount of memory the codec requests. you can see the PR in https://github.com/cornerstonejs/codecs/pull/13
The built artifact from that PR can be found in https://github.com/dougyau/codec-openjpeg