#serde #web #api #api-bindings

web-extensions

This crate provides wrappers around WebExtensions API

4 releases (2 breaking)

0.3.0 Nov 16, 2022
0.2.1 Nov 6, 2022
0.2.0 Oct 26, 2022
0.1.0 Aug 31, 2020

#842 in WebAssembly

Download history 42/week @ 2023-11-18 2/week @ 2023-11-25 35/week @ 2024-02-10 273/week @ 2024-02-17 263/week @ 2024-02-24 232/week @ 2024-03-02

803 downloads per month

MIT license

39KB
904 lines

Web Extensions

A Rust library that provides WebExtension API WASM bindings.

This crate expresses a high level wrapper. For a low level access there is the web-extensions-sys crate.

Compatibility

This library is currently only compatible with Chrome based browsers with Manifest V3.

Once MV3 is supported by FireFox, we need to check how we can handle it.

Dependencies

~7–9.5MB
~187K SLoC