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
I built a wasm with option allowing run it in web worker and it works fine. But when i run script like this: echo 1; sleep(5); echo 2;
i getting "12" output only after 5 seconds. I considering is there any way (any possibly build config) to make php interactive? I've tried to build it with CLI enabled (#8 (comment)), but i don't know how to use it properly in browser.
The text was updated successfully, but these errors were encountered:
I built a wasm with option allowing run it in web worker and it works fine. But when i run script like this:
echo 1; sleep(5); echo 2;
i getting "12" output only after 5 seconds. I considering is there any way (any possibly build config) to make php interactive? I've tried to build it with CLI enabled (#8 (comment)), but i don't know how to use it properly in browser.
The text was updated successfully, but these errors were encountered: