You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The demo pages go to great lengths to work around the fact that WebPerl can only be run once.
The comment in perlrunner.html says
Of course, at some point I should investigate how difficult it really is to re-start an Emscripten program...
What's the status of this? Are there any references or hints from Emscripten devs about that? It would be really nice to be able to run WebPerl multiple times directly without IFrame work-arounds.
The text was updated successfully, but these errors were encountered:
I haven't checked in a while, and unfortunately my time to work on WebPerl has become more limited. My idea has been to modify WebPerl so that it's easy to run in a Web Worker, which I think should be better than the iframe hack. Unfortunately I currently can't make any promises, but I've been hoping to implement this by the end of this year.
The demo pages go to great lengths to work around the fact that WebPerl can only be run once.
The comment in
perlrunner.html
saysWhat's the status of this? Are there any references or hints from Emscripten devs about that? It would be really nice to be able to run WebPerl multiple times directly without IFrame work-arounds.
The text was updated successfully, but these errors were encountered: