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

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 20 12:11:44 PDT 2016


sunfish accepted this revision.
sunfish added a comment.
This revision is now accepted and ready to land.

Cool! This looks like a great start!



================
Comment at: include/llvm/Object/Wasm.h:29
+enum : unsigned {
+  WASM_SEC_UNKNOWN = 0,
+  WASM_SEC_TYPE = 1,
----------------
The latest spec changes call this "user defined".


https://reviews.llvm.org/D25590





More information about the llvm-commits mailing list