Use the 'incoming' branch, which all releases are made from. The 'master'
branch is very old.

-- brion

On Fri, Oct 12, 2018 at 3:14 PM John Smith <[email protected]> wrote:

> It's the current master branch from GitHub; marked as 1.37.21 in the setup
> script. How do I get the later version?
>
>
> On Friday, October 12, 2018 at 4:52:15 PM UTC-5, Brion Vibber wrote:
>>
>> If this is a current version of emscripten you should see both a
>> HelloWorld.js and a HelloWorld.wasm file.
>>
>> The .js file is required, and contains the JavaScript portions of the
>> runtime and the loader for the wasm code.
>>
>> If you have an old version of emscripten you might see HelloWorld.js and
>> HelloWorld.js.mem, in which case you should probably upgrade to the current
>> release of emscripten (1.38.13). If you need the old version for some
>> reason, you can pass "-s WASM=1" on the command line to force it to wasm
>> mode, unless it's so old it doesn't support wasm.
>>
>> -- brion
>>
> --
> 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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to