Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 390 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 390 Bytes

tribble

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.