the missing headers I saw are 
execinfo.h<https://github.com/kripken/emscripten/blob/master/system/include/execinfo.h>and
 
unwind.h<https://github.com/kripken/emscripten/blob/master/system/include/unwind.h>although
 there may be more, as for the values being passed...
slab = [ 71, 77, 84, 0]
ret = 63756816

I've also noticed we haven't implemented code or stubs for the joystick 
input code of SDL, Is the gamepad api mature enough for us to implement 
support now (if so i'll do some work on that)?

On Saturday, March 22, 2014 8:29:53 PM UTC-7, Alon Zakai wrote:
>
> Which headers?
>
> And which values are used when that error happens?
>
> - Alon
>
>
>
> On Sat, Mar 22, 2014 at 8:10 PM, ILOVEPIE <[email protected]<javascript:>
> > wrote:
>
>> function allocate(slab, types, allocator, ptr) is where it is occuring, I 
>> also noticed some headers are missing from incoming that are in master is 
>> that normal?
>>
>>
>> On Saturday, March 22, 2014 7:00:11 PM UTC-7, Alon Zakai wrote:
>>
>>> In which function does that happen, and what are the values being passed 
>>> (slab and ret)?
>>>
>>> - Alon
>>>
>>>
>>>
>>> On Sat, Mar 22, 2014 at 5:24 PM, ILOVEPIE <[email protected]> wrote:
>>>
>>>> I get an error whenever I run it in Firefox:
>>>> Error: invalid or out-of-range index
>>>>
>>>> HEAPU8.set(slab, ret);
>>>>
>>>>
>>>> In the process of getting it to compile I had to write some Cmake 
>>>> modules which I will be committing later, but at the moment I'm struggling 
>>>> with getting this to run, I assume it has to do with asm.js heap-size 
>>>> issues but I can't figure out how to expand the heap when using fastcomp.
>>>>  
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "emscripten-discuss" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to [email protected].
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "emscripten-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to