D.4. Chapter 6

Chapter 6 has two exercises.

D.4.1. Exercise 1

Which two functions do you use to add and remove function pointers from Emscripten’s backing array?

Solution

addFunction and removeFunction

D.4.2. Exercise 2

Which instruction does WebAssembly use to call a function defined in the Table section?

Solution

call_indirect

Get WebAssembly in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.