oraoto / pib

PHP in Browser (powered by WebAssembly)
https://oraoto.github.io/pib/
Apache License 2.0
953 stars 109 forks source link

sleep function blocks GUI #33

Open EtherDream opened 4 years ago

EtherDream commented 4 years ago

and 100% CPU usage

Dexus commented 4 years ago

you should use a worker to prevent the GUI sleep

seanmorris commented 4 years ago

Looks like we need to get this into a webworker stat!

seanmorris commented 4 years ago

I've got something in VERY EARLY ALPHA

https://seanmorris.github.io/php-wasm/?code=%253C%253Fphp%250A%250Avrzno_timeout%281000%252C%2520function%28%29%257B%250A%2520%2520%2520%2520%250A%2520%2520%2520%2520print%2520%2522Second%21%255Cn%2522%253B%250A%2520%2520%2520%2520%250A%257D%29%253B%250A%250Aprint%2520%2522First%21%2522%253B%250A&persist=0&single-expression=0