You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JavaScript is very slow when it comes to file conversions. The solution that doesn't require us to send files to backend is Web Assembly.
Web Assembly is a technology that makes web browsers run binary files for fast applicatons. You write your code in a low level Bank waste, something like C. Then, you compile your code to a .wasm file which contains the binary data.