An adapter for enabling Rayon-based concurrency on the Web with WebAssembly.
Hey! Thanks a lot for this amazing boilerplate! Unfortunately when trying to use it I run into ``` Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/html". Strict MIME type checking is enforced for module scripts per HTML spec. ``` which happens because the `../../..` module import in the generated `workerHelper.js` points to `/` somehow which ofc is HTML and not JS. Am I holding this wrong? I initialize the boilerplate seemingly correct with a `<script type="module"></srcipt>` tag. This might as well be an issue with `trunk` not serving a file as expected, but for all I can gather from Chrome & Firefox, it is something with the actual module hierarchy.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by Yatekii and has received 3 comments.