Results 12 comments of Luna

Anything is planned at the moment to fix this problem? This issue breaks my generated code as wasm-opt removes the params from the loops.

> No, nothing concretely planned at the moment, unfortunately. Can you share more about your use case? I'm writing a compiler targeting Wasm to learn more how it works, and...

@tlively Yeah, i think at least supporting parsing to not break codes that relies on the feature would be the more worthwhile approach. Or at least give an error when...

What is strange to me is that I tested with other code now that uses block params and it manages to extract it away correctly. Maybe the error with the...

This is the feature i was hopping for. Sad that it never got implemented.

> I personally don't see this is a big issue since you are quite literally able to format the string and shouldn't need multiple calls to it. What is the...

Yeah, i would prefer to have both versions as one without a newline would facilitate printing various stuff in the same line (in my case, cause I like creating toy...

> @developedby pardon me, was it added to some of the recent versions? I've downloaded latest bend like last week and it didn't compile with ">>" expression > > ```shell...

Please update you HVM too, in the error it shows it still is using the 2.0.9 version.

Can you try updating HVM and Bend? This was because Bend 0.2.11 needed a feature in HVM 2.0.14 or above.