Compiling C without the glue code

If we want to use WebAssembly according to the official specification, without the extra features that Emscripten provides, we need to pass some flags to the emcc command and ensure we're writing code that can be used by WebAssembly with relative ease. In the Writing the example C code section, we wrote a program that rendered a blue rectangle that moved diagonally across a red canvas. It utilized one of Emscripten's ported libraries, SDL2. In this section, we're going to write and compile some C code that doesn't rely on Emscripten's helper methods and ported libraries.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset