Max T. Kristiansen

Results 7 comments of Max T. Kristiansen

I've amended the commit. Whether an interface is fine or it has to be a mixin, is up to you.

Same issue here. EDIT: Display settings (page width, custom colors, etc.) don't seem to save either.

I'm also having the same issue, but I can't replicate the solution from @rudfoss.

There seems to be an issue with getting the correct return addresses when walking the stack on x64 Linux. From what I gather, it's because Rust and/or LLVM doesn't use...

Is there an "easy" solution which won't pollute the example with stack walking code? Could something like the `unwinder` crate in Wasmtime function here? I'll admit, this is outside of...

I've tried implementing something similar to what Wasmtime does, but I'm a little in over my head with this. The new implementation walks frame entries which are pushed and popped...

I can split the documentation entry and example into two separate PRs, if that helps. Then if I can't get the example working, the documentation can still be merged in.