react-native-webassembly icon indicating copy to clipboard operation
react-native-webassembly copied to clipboard

How to invoce a method in a wasm library

Open sdellava opened this issue 7 months ago • 0 comments

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!

sdellava avatar Jul 24 '24 13:07 sdellava