MutinyWallet / mutiny-node

SDK behind Mutiny Wallet
https://mutinywallet.com
MIT License
187 stars 36 forks source link

Remove async wasm_bindgen constructor #1198

Closed benthecarman closed 5 months ago

benthecarman commented 5 months ago

It seems async constructors aren't supported even by typescript, asked in their discord what is the expected behavior of this because it seems to work, however, we really shouldn't be doing this since it is not supported