-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb6da27
commit 81ed8b9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bergamot-translator
updated
18 files
+8 −61 | .circleci/config.yml | |
+4 −5 | .github/workflows/build.yml | |
+4 −1 | .gitignore | |
+1 −1 | 3rd_party/marian-dev | |
+1 −1 | 3rd_party/ssplit-cpp | |
+4 −1 | CMakeLists.txt | |
+2 −7 | README.md | |
+1 −1 | bergamot-translator-tests | |
+0 −2 | bindings/python/repository.py | |
+19 −39 | build-wasm.sh | |
+1 −1 | setup.py | |
+17 −14 | src/translator/byte_array_util.cpp | |
+1 −1 | src/translator/byte_array_util.h | |
+2 −2 | src/translator/definitions.h | |
+25 −14 | src/translator/translation_model.cpp | |
+2 −12 | wasm/README.md | |
+1 −1 | wasm/bindings/service_bindings.cpp | |
+0 −36 | wasm/patch-artifacts-enable-wormhole.sh |