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
This issue is part of the Adopt Bazel project and tracks converting the above package(s) to build with Bazel. For details on how to convert a package, take a look at the Bazel Migration doc.
tfjs-backend-wasm already uses Bazel to build its wasm bundles, but it still needs the js bundles converted.
Build tfjs-backend-wasm with Bazel. tfjs-backend-wasm already uses Bazel for Emscripten. This PR makes it use Bazel for TypeScript as well and replaces the build scripts with a single pkg_npm target.
Fixes#5282
This issue is part of the Adopt Bazel project and tracks converting the above package(s) to build with Bazel. For details on how to convert a package, take a look at the Bazel Migration doc.
tfjs-backend-wasm already uses Bazel to build its wasm bundles, but it still needs the js bundles converted.
Depends on #5275
The text was updated successfully, but these errors were encountered: