From The Jamstack Book by Raymond Camden and Brian Rinaldi
From Learn Docker in a Month of Lunches by Elton Stoneman
This article delves into Dockerfile and how it works.
From WebAssembly in Action by C. Gerard Gallant
This article covers § How dynamic linking works for WebAssembly modules § Why you might want to use dynamic linking and why you might not § How to create WebAssembly modules as main or side modules § What the different options are for dynamic linking and how to use each approach
|
From WebAssembly in Action by C. Gerard Gallant
This article covers:
§ Using a web worker to fetch and compile a WebAssembly module
§ Instantiating a WebAssembly module on behalf of Emscripten’s JavaScript code