[llvm] [llvm-debuginfo-analyzer] Add support for WebAssembly binary format. (PR #82588)
    Sam Clegg via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Feb 22 22:35:43 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):
----------------
sbc100 wrote:
True, but llvm does support its own `.s` format which is very similar to wat.  Would that be useful here instead of wat?
https://github.com/llvm/llvm-project/pull/82588
    
    
More information about the llvm-commits
mailing list