iced icon indicating copy to clipboard operation
iced copied to clipboard

Support wasm target for `download_progress`

Open skygrango opened this issue 2 months ago • 0 comments

I think it works, but I did make some tricky modifications because

  1. reqwest doesn't support chunk method for wasm, I have to replace chunk by stream
  2. the futures generated by wasm_bindgen NO Send, so I have to pin stream

螢幕截圖_20240502_171755

skygrango avatar May 02 '24 09:05 skygrango