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
Currently we have support for n=2 platforms. This limitation for specific platforms comes from the need to compile and test given platform in CI.
4
+
Whe have n+1 npm packages. 1 general package with all of the JS code, and additional packages 1 per each architecture.
5
+
6
+
## Adding a new package
7
+
8
+
To release a new package, follow NPM documentation. Once the package is added, add support for trusted publishing. DO NOT USE tokens/keys
9
+
for releasing through CI. You may use those only for the first version release. Release it as 0.0.0 (or 0.0.1) with just package json and empty index file.
0 commit comments