Some debugging & developing improvements to the printNode utility. Instead of printing a custom output for the nodes in a tree output a wast-like(it's not exactly run-able code) format. Also, updated explorer site to print this format instead of raw binary dissasembler.
Coverage decreased (-0.3%) to 96.733% when pulling 3169403d1e17db20402b4daccc6ed3b53196ee37 on better-developer-tools into 10dcfbbccb202229c159b2631b3cdcadf0537f80 on beta.
Some debugging & developing improvements to the
printNode
utility. Instead of printing a custom output for the nodes in a tree output a wast-like(it's not exactly run-able code) format. Also, updated explorer site to print this format instead of raw binary dissasembler.