[PATCH] D25590: Add initial support for WebAssembly binary format

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 11:24:20 PDT 2016


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





More information about the llvm-commits mailing list