* Added JS artifact of bergamot translator wasm engine
- Non wormhole JS artifact to run on non-x86 platforms
* Enable translation support for Non x86 architectures
- Based on the client platform info, run the appropriate
wasm artifacts
* Ran linter and fixed issues
* Fixed error
- Rebased had caused a mess
- Removed a leftover multiline comment
* Refactored platform detection code
* Added tests for testing non-wormhole fallback gemm
- Fixed e2e test script
* Ran linter
* Removed all logs added for debugging
* Replaces cld by fasttext
* fixing linter
* Removing leftovers from other issue
* removing more leftovers
* Adding back csp to the manifest
* Organizing assets better in the right folders
* Make comment about norwegian more clear
* fix typo on comments
* Always keep outbound translation widget on top of the dom elements
* Make outbound translation work with the batching mechanism
* Log cleaning.
* Resolve issue with outbound translations being too slow by loading it within the engine and model construction.
* Attach to input texts.
* Adding mutationobserver to OutboundTranslations.js
* No more issues on detach
* Outbound translations requests should have priority
* We should not scan the outbound translations node
* Adding a status label to the widget.
* We are safe to set the widget to have the highest possible zindex
* Store the widget's content per form element
* Scroll all textareas together
* Few layout improvements.
* fixes linter