Mozilla releases a machine-translation plugin
Mozilla releases a machine-translation plugin
Posted Jun 7, 2022 14:12 UTC (Tue) by atnot (guest, #124910)In reply to: Mozilla releases a machine-translation plugin by ballombe
Parent article: Mozilla releases a machine-translation plugin
I'm not really sure what you mean, wasm is just a compiler target like any other. If you want to use this library natively, you can just compile it for your preferred architecture. You still need to wrap it with a UI of course, be that a CLI or some JS for a website.
It looks like the repo already contains a basic CLI for testing purposes either way: https://github.com/mozilla/bergamot-translator/blob/main/...
