sunfish added inline comments. ================ Comment at: include/llvm/Object/Wasm.h:26 +static const char WasmMagic[] = { '\0', 'a', 's', 'm' }; +static uint32_t WasmVersion = 0xc; + ---------------- Let's update this to 0xd too. https://reviews.llvm.org/D25590