Sam Clegg
Sam Clegg
Likely some kind of memory corruption issue. You could try ASan (`-fsanitize=address`).
So the problem is that `eglGetProcAddress` is returning NULL for these function? That does seems like a bug we should fix. However just skipping `eglGetProcAddress` completely in SDL2 also seems...
Oh I see so its just that if its address taken only it doesn't work. It should be easy enough to repo using just this code in side module then?:...
Are you talking about SDL1 or SDL2? From the bug title I assume you mean SDL2 but when you say some parts are in JS that sounds like the SDL1...
Hm.. it looks like more work is requires to make the binaryen API bigint friendly. @kripken did you take a look at this in the past?
> Hmm, no, I don't recall doing that. > > More generally, my hope is we can move binaryen.js to embind so stuff like this is handled automatically. It seems...
I decided to look into the changes needed to the JS API.. WDYT?
It looks like that JS_OF_OCAML stuff was added back in #4637 @phated are you guys limited to `-sWASM=0` in some fundamental way? i.e. is dropping the pure JS build going...
> > It looks like that JS_OF_OCAML stuff was added back in #4637 > > @phated are you guys limited to `-sWASM=0` in some fundamental way? i.e. is dropping the...
> We will still need the jsoo export wrapper Can you explain what this is? Are you referring to `binaryen.jsoo-extern-pre.js` or something else? `binaryen.jsoo-extern-pre.js` in particular looks like it should...