Questions

  1. What does SDL stand for?
  2. In addition to JavaScript, HTML, and Wasm, what other output type can you generate with the -o flag for the emcc command?
  3. What advantages does using Emscripten's pre-generated loading code offer?
  4. What must you name your function in the C/C++ file to ensure it automatically executes the compiled output in the browser?
  5. Why can't we use just the Wasm file output without the "glue" code when using ported libraries?
  6. What is the keyboard shortcut in VS Code for running your default build task?
  7. Why do we need the getDefaultEnv() method in the Wasm loading code?
  8. Which five items are required for the importObj.env object passed into the Wasm instantiation code for a Wasm module created with Emscripten?

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

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