web-extensions-rs / web-extensions

Rust wrappers for WebExtensions API
https://crates.io/crates/web-extensions
MIT License
34 stars 6 forks source link

WIP: add firefox support #15

Closed kaarelen closed 1 month ago

kaarelen commented 3 months ago

First of all - thanks for this crate.

Hi, I'm not so good in WASM topic and browsers in general, but I need this library for my Firefox extension, so that's why I'm here. I've tested some functionality, not everything works (event listeners do not, getting tabs works, etc.) - so I definitely need some help with figuring it out. Because probably I just use event listeners wrong, for example.

I understand that I've added just a bunch of cfg's for feature, and it won't be solved so easy. Consider it as just as first step, at this moment I've just tried to make at least something to work.

Will be very grateful for any help/collaboration.