@opentf/web-compiler 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -5
- package/bin/darwin-arm64/otfwc.br +0 -0
- package/bin/darwin-x64/otfwc.br +0 -0
- package/bin/linux-x64/otfwc.br +0 -0
- package/bin/win32-x64/otfwc.exe.br +0 -0
- package/extract.js +0 -1
- package/package.json +1 -1
- package/bin/linux-arm64/otfwc.br +0 -0
package/README.md
CHANGED
|
@@ -25,9 +25,8 @@ the cargo `target/` build).
|
|
|
25
25
|
## Releasing (CI)
|
|
26
26
|
|
|
27
27
|
`bin/` is empty in git, and the package is `private: true` only as a guard so the
|
|
28
|
-
monorepo
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
monorepo release flow doesn't ship it binary-less. It is published by its own
|
|
29
|
+
workflow, `.github/workflows/release-compiler.yml` (run manually after a release):
|
|
30
|
+
that cross-builds otfwc for each target, brotli-compresses each into
|
|
31
31
|
`bin/<platform>/`, flips `private` off, and publishes — so the package on npm is
|
|
32
|
-
public.
|
|
33
|
-
script.
|
|
32
|
+
public.
|
|
Binary file
|
package/bin/darwin-x64/otfwc.br
CHANGED
|
Binary file
|
package/bin/linux-x64/otfwc.br
CHANGED
|
Binary file
|
|
Binary file
|
package/extract.js
CHANGED
package/package.json
CHANGED
package/bin/linux-arm64/otfwc.br
DELETED
|
Binary file
|