Skip to Content
WebAssembly: The Definitive Guide
book

WebAssembly: The Definitive Guide

by Brian Sletten
December 2021
Intermediate to advanced
332 pages
8h 36m
English
O'Reilly Media, Inc.
Book available
Content preview from WebAssembly: The Definitive Guide

Chapter 6. Applied WebAssembly: Legacy Code in the Browser

No matter where you go, there you are.

Buckaroo Banzai

It is time we look more closely at the process of invoking C/C++ code in the browser. Most code in these languages was never intended to run in the browser in a downloaded form. But as the leader of the Hong Kong Cavaliers tells us in the quotation at the beginning of this chapter, occasionally you will find yourself somewhere unexpected and new, but it is still just you there.1

We are interested in invoking C/C++ code in the browser for a variety of reasons. Replacing JavaScript is not one of them. At least not for most people. Instead, we have an enormous base of legacy code out there written in languages such as C and C++. A lot of it is very useful and it would be great to have access to it within our web applications. Some of it may be tying organizations to legacy systems. Being able to distribute this code via the browser would be a big step forward!

Additionally, there are simply some problems that are not well suited to be written in JavaScript. Having the option of writing that portion of your application in another language without requiring a separate runtime is very compelling. And, as our final use case demonstrates, there is real value in having trusted code from trusted sources providing provenance for sensitive and tricky software such as encryption algorithms. Being able to simply recompile existing code from people you know who know what they are ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

gRPC: Up and Running

gRPC: Up and Running

Kasun Indrasiri, Danesh Kuruppu
Real-World Next.js

Real-World Next.js

Michele Riva
Microservices Patterns

Microservices Patterns

Chris Richardson

Publisher Resources

ISBN: 9781492089834Errata Page