WebAssembly / tool-conventions

Conventions supporting interoperatibility between tools working with WebAssembly.
Artistic License 2.0
297 stars 65 forks source link

Coredumps: are stack frames listed youngest to oldest? #205

Closed fitzgen closed 1 year ago

fitzgen commented 1 year ago

I assume youngest to oldest, rather than oldest to youngest, since that is what @xtuc implemented in the PR he sent to Wasmtime. But it would be good to clarify this in the spec document.

xtuc commented 1 year ago

For the record, I don't have a preference between the two but we need to pick one. I'll send a PR to clarify, thanks.