mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-07 11:46:51 +08:00
2.8 KiB
2.8 KiB
@gradio/wasm
0.2.0
Features
- #5956
f769876e0
- Apply formatter (and small refactoring) to the Lite-related frontend code. Thanks @whitphx! - #5972
11a300791
- Lite: Support opening the entrypoint HTML page directly in browser via thefile:
protocol. Thanks @whitphx! - #5958
6780d660b
- Make the HTTP requests for the Wasm worker wait for the initialrun_code()
orrun_file()
to finish. Thanks @whitphx!
0.1.0
Features
- #5868
4e0d87e9c
- fix @gradio/lite dependencies. Thanks @pngwn! - #5838
ead265c1b
- Lite: Convert an error object caught in the worker to be cloneable. Thanks @whitphx! - #5627
b67115e8e
- Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks @whitphx!