browsermt / bergamot-translator

Cross platform C++ library focusing on optimized machine translation on the consumer-grade device.
http://browser.mt
Mozilla Public License 2.0
327 stars 36 forks source link

Update the README.md to refer to build-wasm.sh and point to the developer docs #463

Open gregtatum opened 1 year ago

gregtatum commented 1 year ago

When I was onboarding, it was hard to find the docs, and the Wasm building documentation was out of date. I made the Wasm abbreviation consistent on this page, as the official spelling is Wasm per https://webassembly.org/

This should hopefully help the next person along get everything built and working.

kpu commented 1 year ago

If you want Wasm in documentation, there's also CMakeLists.txt and shell script comments and help strings...

gregtatum commented 1 year ago

@kpu Done.