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
Could you publish please freshly merged 0.0.1-alpha.5 to npm
and also, related to this comment @demonsh Could you share please any guidance or reference how to implement it in react-native? if u have done it before
cuz there is pretty limited information how to use files after compilation in https://github.com/0xPolygonID/witnesscalc unlike simple wasm :)
But using wasm nowadays is pretty unstable e.g.
react-native-webassembly - works for ios, with many build errors and warning, and not working for android at all cawfree/react-native-webassembly#26
Hi @demonsh and @5eeman
Could you publish please freshly merged 0.0.1-alpha.5 to npm
and also, related to this comment
@demonsh Could you share please any guidance or reference how to implement it in react-native? if u have done it before
I suppose any C++ code should be wrapped into modules like [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob] or
expo-modules
?cuz there is pretty limited information how to use files after compilation in https://github.com/0xPolygonID/witnesscalc unlike simple wasm :)
But using wasm nowadays is pretty unstable e.g.
react-native-webassembly - works for ios, with many build errors and warning, and not working for android at all cawfree/react-native-webassembly#26
react-native-react-bridge - inokawa/react-native-react-bridge#188 couldn't event start :)
react-native-webview - from this example not works, because window.addEventListener not see emits from native code
upd: I've found an answer and published little workaround of everything to work with zkp on react-native apps here
The text was updated successfully, but these errors were encountered: