You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #1796 changed the reference interpreter to generate these new commands by default in arrange.ml. Unfortunately this breaks downstream clients that consume .bin.wast.
Would it be possible to only emit module definition and module instance if they were in the original source?
The text was updated successfully, but these errors were encountered:
Ok, thanks for taking a look. If it's nontrivial work, don't waste too much time on it.
Won't these clients have to be adapted anyway? Otherwise they won't be able to run all tests either way.
Yes, eventually, when tests start using the new feature. I just hit this because I was writing tests for the stack-switching proposal which recently had this change integrated, and thus Wizard couldn't run my new tests.
The PR #1796 changed the reference interpreter to generate these new commands by default in
arrange.ml
. Unfortunately this breaks downstream clients that consume.bin.wast
.Would it be possible to only emit
module definition
andmodule instance
if they were in the original source?The text was updated successfully, but these errors were encountered: