-
Notifications
You must be signed in to change notification settings - Fork 715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add options to wat-writer #436
Comments
@binji yes, function types is what I was referring to. |
OK, thanks. |
I realized it's not too hard to do expression folding, and fall back to stacky format when it's not possible: #460 |
Added last feature (inline imports) here. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@kanaka mentions here that having some of the sugar makes for easier debugging. It shouldn't be too much work to add options to the wat-writer to support this:
inline function types for imported functions(not valid in text format)--generate-names
flag, perhaps should be done by default?)The text was updated successfully, but these errors were encountered: