[llvm] [llvm-debuginfo-analyzer] Add support for WebAssembly binary format. (PR #82588)

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 06:00:18 PST 2024


================
@@ -0,0 +1,54 @@
+LLVM WebAssembly limitations
+----------------------------
+LLVM does not support any conversion between the binary format (.wasm)
+and the text format (.wat):
----------------
CarlosAlbertoEnciso wrote:

You are correct in relation to the `.s` format.

All the references to `.wat` are just for illustrative purposes and the included `.wat` files are not required or used by any of the tests. I am happy to exclude them.

The llvm-debuginfo-analyzer only supports `.wasm`.


https://github.com/llvm/llvm-project/pull/82588


More information about the llvm-commits mailing list