cognitive-engineering-lab / aquascope

Interactive visualizations of Rust at compile-time and run-time
https://cognitive-engineering-lab.github.io/aquascope/
MIT License
2k stars 46 forks source link

Interpreter failing with a JS error in demo site #115

Closed stevecheckoway closed 1 year ago

stevecheckoway commented 1 year ago

How do you get the Stack and Heap diagrams to show up for marked locations in the online demo?

willcrichton commented 1 year ago

Oh it looks like the demo site has some kind of JS error. I will look into it, thanks for reporting.

gavinleroy commented 1 year ago

Just released a new patch, the interpreter is working again on the site. Thanks for reporting!