Errata

Programming WebAssembly with Rust

Errata for Programming WebAssembly with Rust

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Part 1, Chapter 1, "Building a WebAssembly Application"
file listings "add1.wat" and "add2.wat"

As per issue 1820 on the github WebAssembly/wabt repo, "get_local" is no longer valid, and should be changed to "local.get" to allow the sample code to compile.

David Carabott  Nov 12, 2022