@swifttui/build 0.8.3 → 0.8.5

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # `@swifttui/build`
2
2
 
3
- **Build tooling for [SwiftTUI](https://swifttui.sh) browser deployments
3
+ **Build tooling for [SwiftTUI](https://swifttui.sh) browser deployments:
4
4
  compile a SwiftTUI app to `wasm32-wasi` and capture its scene manifest.**
5
5
 
6
6
  [![npm](https://img.shields.io/npm/v/@swifttui/build)](https://www.npmjs.com/package/@swifttui/build)
@@ -13,8 +13,8 @@ is separate from [`@swifttui/web`](https://www.npmjs.com/package/@swifttui/web),
13
13
  the browser runtime. Thus, runtime imports do not include Swift processes, Node
14
14
  filesystem APIs, or wasm packaging helpers.
15
15
 
16
- - **Runtime counterpart:** [`@swifttui/web`](https://www.npmjs.com/package/@swifttui/web)
17
- mounts the artifacts this package produces.
16
+ - **Runtime counterpart:** [`@swifttui/web`](https://www.npmjs.com/package/@swifttui/web),
17
+ which mounts the artifacts this package produces.
18
18
  - **Reference template:** [`swift-tui-examples/WebExample`](https://github.com/SwiftTUI/swift-tui-examples/tree/main/WebExample)
19
19
  - **The framework:** [`SwiftTUI/swift-tui`](https://github.com/SwiftTUI/swift-tui)
20
20
 
@@ -62,7 +62,7 @@ Toolchain defaults match the repo:
62
62
  `-Xswiftc -Osize -Xswiftc -Xfrontend -Xswiftc -disable-llvm-merge-functions-pass`
63
63
  - Initial memory: `536870912`
64
64
  - Max memory: `4294967296`
65
- - Stack size: `16777216` (16 MiB the earlier 1 MiB default overflowed the
65
+ - Stack size: `16777216` (16 MiB; the earlier 1 MiB default overflowed the
66
66
  wasm linear-memory stack in deep scenes)
67
67
 
68
68
  Callers can override `swiftCommand`, `swiftSDK`, `configuration`,
@@ -87,4 +87,4 @@ Full SwiftTUI API reference: <https://swifttui.sh/docs/documentation/>.
87
87
 
88
88
  ## License
89
89
 
90
- MIT see [LICENSE](LICENSE).
90
+ MIT; see [LICENSE](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swifttui/build",
3
- "version": "0.8.3",
3
+ "version": "0.8.5",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,7 +39,7 @@
39
39
  "access": "public"
40
40
  },
41
41
  "dependencies": {
42
- "@swifttui/web": "0.8.3"
42
+ "@swifttui/web": "0.8.5"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/bun": "1.3.13"