Web extension for a browser
Opened this issue · 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
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?
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.