The maintainer of this website has a Spotify Coding Playlist of their Lo-fi Hip Hop beats!

Ebay Mobile Web Barcode Scanner

Ebay is an ecommerce platform, that used WebAssembly to bring barcode scanning to the mobile web app.

Ebay Wasm ScreenShot

Ebay used WebAssembly to bring their barcode scanning feature found in their native, Android and iOS, apps to their mobile web app! Originally, Ebay had an implementation of this feature in JavaScript, but since the task was very computationally intensive, the experience was very inaccurate, and extremely slow. But since WebAssembly is suited for these tasks, Ebay was able to port a fast, accurate Barcode scanning library written in C++, using Emscripten. Thus, they were able to bring the C++ library to the web, and offer a great user experience!

Additional Resources

Date Added: 11/23/19