WebAssembly-in-Action icon indicating copy to clipboard operation
WebAssembly-in-Action copied to clipboard

Source code for the book "WebAssembly in Action" (https://www.manning.com/books/webassembly-in-action)

Results 4 WebAssembly-in-Action issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/5416196/149741900-97706956-705b-46d5-aa84-f19dfa4d93ed.png)

Hi. I tested updated codes for Section 9.4 but hit following error. ``` Uncaught ReferenceError: SharedArrayBuffer is not defined ``` The error is outputted in developer tool console of FireFox...

Hi, I am trying to build the code of section 7.2.2 on my Windows 10 machine, using Firefox Browser 84.0.2. However, running the code shows the following output: ![webassembly](https://user-images.githubusercontent.com/15944908/104961128-019ef480-59d6-11eb-93c5-f9c1129ac14f.PNG) The...

In the updated version, the 5.2.1 seems not side_module version, maybe the code you upload error. It seems the files are same with 5.1.1. Thanks!