@spade-lang/spade 0.9.0-dev.ed24c9 → 0.9.0-dev940.733.899bf3-bc3d06
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 +8 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
YoWASP Spade package
|
|
2
2
|
====================
|
|
3
3
|
|
|
4
|
-
This package provides [Spade][] binaries built for [WebAssembly][]. See the [overview of the YoWASP project][yowasp] for details.
|
|
4
|
+
This package provides [Spade][] binaries built for [WebAssembly][]. This is using the yowasp project to do the heavy lifting. See the [overview of the YoWASP project][yowasp] for details.
|
|
5
5
|
|
|
6
6
|
At the moment, this package only provides an API allowing to run Spade in a virtual filesystem; no binaries are provided.
|
|
7
7
|
|
|
@@ -23,12 +23,15 @@ For more detail, see the documentation for [the JavaScript YoWASP runtime](https
|
|
|
23
23
|
Versioning
|
|
24
24
|
----------
|
|
25
25
|
|
|
26
|
-
The version of this package is derived from the upstream Spade package version
|
|
26
|
+
The version of this package is derived from the upstream Spade package version. The format is `X.Y.Z-dev-N1.N2.H1-H2` format
|
|
27
27
|
|
|
28
28
|
1. `X`: Spade major version
|
|
29
29
|
2. `Y`: Spade minor version
|
|
30
|
-
3. `Z`: Spade patch version
|
|
31
|
-
|
|
30
|
+
3. `Z`: Spade patch version
|
|
31
|
+
4. `N1`: The number of commits in the Spade repo when this was built
|
|
32
|
+
4. `N2`: The number of commits in this repo when this was built
|
|
33
|
+
3. `H1`: The commit hash which Spade was built from
|
|
34
|
+
4. `H2`: The commit hash of this repo
|
|
32
35
|
|
|
33
36
|
With this scheme, there is a direct correspondence between upstream versions and [SemVer][semver] NPM package versions.
|
|
34
37
|
|
|
@@ -39,7 +42,7 @@ Note that for development builds, the minor version is incremented as required b
|
|
|
39
42
|
Credit
|
|
40
43
|
------
|
|
41
44
|
|
|
42
|
-
All of the heavy lifting here is done by
|
|
45
|
+
All of the heavy lifting here is done by Catherine "whitequark" via the https://github.com/YoWASP project.
|
|
43
46
|
|
|
44
47
|
|
|
45
48
|
License
|