Make AccountsChart build to wasm
Open
enhancement
- Dominant language
- Rust
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we can't build `AccountsChart` to wasm. This is because some of the functions don't work across the ABI. For example, the `get_account_by_id()` method returns a `Option`, but this isn't supported across the WASM boundary.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.