mirror of https://github.com/tensorflow/tfjs.git
tfjs-tfdf and tfjs-tflite both depend on pre-compiled WASM files. These WASM files are downloaded by scripts (i.e. curl) during the build step. This violates Bazel's hermeticity requirements because build steps should not access remote resources. This PR fixes this by downloading these WASM files using http_archive in the WORKSPACE file. Fixes #7103 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||