Wast encoder
#1883
Replies: 1 comment 4 replies
-
Would something like Or perhaps put another way: would you prefer to keep parsing the text format as opposed to parsing the binary format? If you'd prefer binary then |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I'm trying to get rid of the named labels, custom sections, inline export, and folded exprs for all the spec test files as our interpreter only deals with plain wat files with numbers. It looks like the
wast
crate already provides support for parsing and a representation forWast
files, but there's only encoding to binary forQuoteWat
. It will be ideal if theWast
can be prettyprinted in this case but it doesn't seem to be supported.Related Issue #327
Beta Was this translation helpful? Give feedback.
All reactions