Skip to content

Resources

Sarah Lim edited this page Jul 16, 2018 · 6 revisions

Project

Thinking roughly about this section of the original gist:

As a nested log where a call introduces new indenting and a return removes indenting. For example, show me the last N function calls that happened before this bug.

call crate::mod::func(123, 456)
  call crate::mod::helper(0)
  return 42 from crate::mod::helper
  call crate::mod::another()
    call util::blah(986, 345)
    return from util::blah
  return 1 from crate::mod::another

It seems like some of the following might be useful:

WebAssembly semantics

Tools

Clone this wiki locally