What’s a Wasm?

What’s a Wasm? - Paul Milham, WildWorks WebAssembly (wasm) represents a potential sea change in the Javascript world. But what is it? Will it replace Javascript? Can it make my code magically faster? In this session we’ll cover all the basics of wasm. We’ll discuss what wasm is, how it interfaces with Javascript and how to use it. First, we’ll cover wasm at a high level and walk through its binary and textual representation. Second, we’ll see how it interfaces with Javascript by seeing calls to and from wa
Back to Top