I believe this loader suffers from the same issue as worker-loader
webpack/webpack#7647
When using a wasm-pack compiled module i get the error message:
TypeError: Cannot read property '.wasm' of undefined
referring to __webpack_require__.w
That worker-loader issue also has a pull request referencing it which does fix my problem... but I'd love to use workerize if possible.
Any chance of getting this fix into workerize-loader pretty please? :)