You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to ask for pointers about how to make the translation engine work outside the browser, maybe with only a wasm runtime(?). The bergamot project website is not very informative on that. I would assume that you only need a javascript or wasm runtime, right?
The text was updated successfully, but these errors were encountered:
The wasm bindings we use generate Javascript for an interface. I don't know how you would be able to call any of the compiled wasm code without those bits of javascript.
I am not familiar with Node.js (yet) so I am not sure how everything fits together, but it would be cool if I could use the wasm directly.
If I understand correctly, only the wasm and the models are necessary to perform a translation, right?
Just as an exercise (because it may not be an efficient use), one can compile wasm apps that read some input file, here is a markdown2html example
Do you think something like this is possible with bergamot? (basically, a command line interface compiled to wasm)
Hi!
Thank you for all the work!
I wanted to ask for pointers about how to make the translation engine work outside the browser, maybe with only a wasm runtime(?). The bergamot project website is not very informative on that. I would assume that you only need a javascript or wasm runtime, right?
The text was updated successfully, but these errors were encountered: