gradio/js/wasm
Yuichiro Tachibana (Tsuchiya) 6780d660bb
Make the HTTP requests for the Wasm worker wait for the initial run_code() or run_file() to finish (#5958)
* Make the HTTP requests for the Wasm worker wait for the initial `run_code()` or `run_file()` to finish

* add changeset

* Support top-level await with `run_file()`

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-10-17 11:49:40 -07:00
..
src Make the HTTP requests for the Wasm worker wait for the initial run_code() or run_file() to finish (#5958) 2023-10-17 11:49:40 -07:00
svelte Apply formatter (and small refactoring) to the Lite-related frontend code (#5956) 2023-10-18 01:15:00 +09:00
CHANGELOG.md chore: update versions (#5831) 2023-10-16 13:30:41 -07:00
package.json chore: update versions (#5831) 2023-10-16 13:30:41 -07:00
tsconfig.json Lite: Websocket queueing (#5124) 2023-10-04 18:19:09 +09:00
vite.worker.config.js