WAMR Source Debugging With LLDB
Build wasm application with debug information
/opt/wasi-sdk/bin/clang -g test.c -o test.wasmllvm-dwarfdump-12 test.wasmDebugging with interpreter
Debugging with AOT
Last updated