Do you mean modifying the bytecode at runtime? I didn't try, but that
should be possible now. More functions in bytecode format can also be
added. Essentially, the bytecode is just binary data written to some place
in the heap.

- Alon


On Fri, Feb 27, 2015 at 9:59 AM, RenĂ© Eichhorn <[email protected]>
wrote:

> Any plans on using this system for "live code editing" features?
>
>
> On Friday, February 27, 2015 at 3:10:06 AM UTC+1, Alon Zakai wrote:
>>
>> The Emterpreter option on incoming
>>
>> https://github.com/kripken/emscripten/wiki/Emterpreter
>>
>> is now considered stable (large amounts of testing over the last few
>> weeks have hopefully ironed out any significant issues). Basically, this
>> new option lets you run all or part of your application inside an
>> interpreter, which lets you improve startup time or run synchronous code.
>> See the link for more details, links to some blogposts are inside as well.
>>
>> If this is relevant to your project and you try it out, I'd be very
>> interested in your feedback.
>>
>> - Alon
>>
>>  --
> 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