You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theneon
bindings, and will then attempt to use a native binary in the browser. It won't work.The text was updated successfully, but these errors were encountered: