react-native-webassembly
react-native-webassembly copied to clipboard
How to invoce a method in a wasm library
Hallo!
I've this code:
import { Client } from '@iota/sdk-wasm/node';
const nodeUrl = ;
const client = new Client({ primaryNode: 'https://api.testnet.shimmer.network/', localPow: true });
console.log (client)
How I can use react-native-webassembly to use this lib in a react-native / EXPO app?
Thanks in advance!