Questions
- What does WABT stand for?
- What three elements does Binaryen provide to make compiling to WebAssembly easy, fast, and effective?
- What is the main difference between modules compiled using Emscripten versus LLVM with regard to the
importObj
/exports
? - Which online tool allows you to use AssemblyScript?
- What are the two types of arguments you can pass to the
Worker()
constructor? - What convention was used for passing messages between the main thread and worker threads?
- How many phases are in the WebAssembly standardization process?
- What is the name of the new type defined in the reference types feature?