manuelmauro/algonaut

Using ring in WASM projects fails build

Opened this issue · 0 comments

Calling functions that use ring in a WASM project fails the build:

Account::generate()
Account::from_mnemonic
Account::from_seed()
Account::generate_sig()

This is wallet functionality, so not an issue when using third parties to sign like My Algo or the mobile wallet.

briansmith/ring#657