excalidocker-rs icon indicating copy to clipboard operation
excalidocker-rs copied to clipboard

Web extension for a browser

Open etolbakov opened this issue 2 years ago • 2 comments

Since it's possible to build a Rust program for Web assembly maybe it will be possible to convert excalidocker into browser add-on.

Resources: [1] Rust Linz, November 2020 - Karl Grasegger - Building a web extension in Rust [1.1] https://github.com/grasegger/rust-web-extension-talk [2] https://www.reddit.com/r/WebAssembly/comments/yobynb/webnava_rust_wasm_and_typescript_chrome_extension/ [3] Serverless Architecture Conf London 2023: Rust + Wasm - A Dream Team for Serverless [3.1] https://github.com/rstropek/rust-samples/tree/master/wasm-serverless

Wasm and Rust Deep Dive With Advent of Code

etolbakov avatar Jul 02 '23 13:07 etolbakov

To make excalidocker available on web, we might need to remove isahc and openssl. Do you think it's a good idea to introduce reqwest (and tokio), rustls in project instead?

Xuanwo avatar Jul 22 '24 08:07 Xuanwo

Honestly, I don't have a strong opinion about that as long as the existing functionality and especially packaging into an image are not impacted. If you can draft a steer I'm happy to give it a go.

etolbakov avatar Jul 22 '24 08:07 etolbakov