I've been experimenting with loading WebAssembly into EW, for which I need to use webpack's default wasm loader. Currently we're overriding that for *all* files called `*.wasm`, which is too broad. There are currently two `*.wasm` artifacts in EW: `decoderWorker.min.wasm`, and `olm.wasm`. `decoderWorker` has its own rule, so the `*.wasm` rule is only used for `olm.wasm`. So, let's tighten up the test for that rule so that it doesn't catch other innocent `.wasm`s in the cross-fire.
34 KiB
34 KiB