Carlos Alberto Enciso b19cfb9175
[llvm-debuginfo-analyzer] Add support for WebAssembly binary format. (#82588)
Add support for the WebAssembly binary format and be able to generate
logical views.

https://github.com/llvm/llvm-project/issues/69181

The README.txt includes information about how to build the test cases.
2024-03-14 10:03:18 +00:00

8 lines
102 B
C++

extern int printf(const char * format, ... );
int main()
{
printf("Hello, World\n");
return 0;
}