You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This fixes an accidental bug from #2247 where DWARF was not actually
generated in the individual wasm modules for an input `*.wast` when
requested. This was due to the fact that it was inserted in the wrong
location after the file was originally created, only affecting `module
quote ...` for example.
0 commit comments