|
|
|
|
|
by jelmervdl
1479 days ago
|
|
The upside of using WASM is that the extension itself can be easily ported to other browsers and platforms. The UI uses Firefox specific APIs but the parts that take the HTML from a page and push it through the translation engine would also work in any Chrome-based browser. (Edit: also free sandboxing of a blob of C++ code that needs to handle arbitrary input from the web!) |
|