G2-Games/minidisc-rs

Fix threaded encryption on WASM

G2-Games opened this issue · 2 comments

Encryption doesn't work in web assembly for now as it uses std::thread. An implementation will need to be made using webworkers, probably with gloo

Partially fixed in #7, but it's still not threaded.

Closing for now, can re-open if having multithreaded encryption is really necessary.