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

Carlos Alberto Enciso via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 04:21:45 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:

@sbc100 Thanks for your suggestions to use `obj2yaml` and `llvm-mc`.
As I have already the object files, I took the option to use `obj2yaml`.

Uploaded patch:
- Removed the .wasm and .wat files.
- Removed the README.txt as it is irrelevant now.
- Added .yaml files for the tests.

 

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


More information about the llvm-commits mailing list