If I want to use @statechannels/native-utils in the browser, and I happen to not have rust installed locally, then this library will fallback to the bindings to the precompiled WASM. Everything will work.
If I want to use @statechannels/native-utils in the browser, and I happen to have rust installed locally, then this library will compile and create the neon bindings, and will then attempt to use a native binary in the browser. It won't work.