bergamot-translator/docker
2021-02-15 11:27:47 +02:00
..
wasm Add reproducible docker-based builds + let test page use these by default 2021-02-15 11:27:47 +02:00
Makefile Add reproducible docker-based builds + let test page use these by default 2021-02-15 11:27:47 +02:00
README.md Add reproducible docker-based builds + let test page use these by default 2021-02-15 11:27:47 +02:00

WASM

Prepare docker image for WASM compilation:

make wasm-image

Compile to wasm:

make compile-wasm

Debugging

Remove the marian-decoder build dir, forcing the next compilation attempt to start from scratch:

make clean-wasm

Enter a docker container shell for manually running commands:

make wasm-shell