monero-ts
monero-ts copied to clipboard
Support multithreading in wasm
Currently, the wallet wasm is single threaded, which is one of the biggest performance bottlenecks when syncing. This issue requests supporting multithreading, which is now supported in most major browsers.