Using istanbul/nyc for code coverage in Meteor

Picked this up and got it working with meteor 2.5.1 on an m1 mac, but it fails on my linux build server (circleci) with an “archived threads in combination with wasm not supported” error. Is this because some dependency of nyc (currently v15.1.0) has wasm included? Do you know of any workaround?

You save my day! Thank you a lot for sharing your solution.