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
{{ message }}
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
If this is true, we won't be able to support the convenience service apis like oasis.Service.at(address) or oasis.deploy({ bytecode }) in react-native.
Instead, the IDL will need to be provided to the client so that we don't try to instantiate WebAssembly modules. The above would turn into,
new oasis.Service(idl, address), and oasis.deploy({ bytecode, idl }).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: