Results 1275 comments of Alon Zakai

> What's used for release ci today? GitHub actions, yes: https://github.com/WebAssembly/binaryen/blob/main/.github/workflows/create_release.yml

I'm not aware of any work on this. I could find the time to look into the secrets part, but first it would be good to see a PR that...

Thanks! I'll try a function here. I don't think we need to write to the vector, which is good.

That gets me a little further. Now I see that some of the automation I was hoping to get will not "just work" as I'd hoped. We can automate creation...

I haven't had any good ideas on moving forward here, unfortunately. Ideally someone with more expertise in embind might take a look at it. There could be some C++ template...

The main issue is that I was hoping this would save a lot of work, but it turns out exposing the C++ API using embind is not that simple due...

> Do you want to expose all of the makeBlock overloads? Sort of, yes - my native hope was that we'd expose the C++ API to JS in a simple...

I experimented with moving all the `isBasic()` checks into the header, to make them fast: https://github.com/kripken/binaryen/commit/90b6e7a45862cb6db7e04ae6d9ab63637e9d2107?w=1 That does not help, though. Runtime is the same, and the profile shows `isRef()`...

> For some reason I get Maximum call stack size exceeded when importing the module Hmm, strange. What is the full stack trace when you get that error? That could...

Looks like Node is failing to load and compile the code, yeah. How big is the code? Maybe it's just the size or the amount of nesting. If this is...