|
|
Log in / Subscribe / Register

Mozilla releases a machine-translation plugin

Mozilla releases a machine-translation plugin

Posted Jun 7, 2022 12:19 UTC (Tue) by ballombe (subscriber, #9523)
In reply to: Mozilla releases a machine-translation plugin by atnot
Parent article: Mozilla releases a machine-translation plugin

It works both way:
wasm makes it easy to convert a cli tool to a simple web app, but not the other way round,
so why not do both ?


to post comments

Mozilla releases a machine-translation plugin

Posted Jun 7, 2022 14:12 UTC (Tue) by atnot (guest, #124910) [Link]

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/...


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds