@mcc
- you can debug wasmtime-generated code with gdb or lldb or what other native code debugger you have. however, this requires you to emit DWARF debug information, which i think doesn't even survive a roundtrip through the text format, so it's probably off the table
- you can examine the linear memory yourself
- you can do printfs
that's about it