@pulse-compute/wasm-compiler 1.0.0-beta.2 → 1.0.0-beta.3

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 +3 -3
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -8,9 +8,9 @@
8
8
  > **Stability:** Internal compiler interface; no application-author compatibility guarantee.<br>
9
9
  > **npm:** [`@pulse-compute/wasm-compiler`](https://www.npmjs.com/package/@pulse-compute/wasm-compiler)<br>
10
10
  > **Canonical replacement:** `@pulse-compute/cli`<br>
11
- > **Canonical documentation:** [Package guide](https://pulsecompute.io/v1.0.0-beta.2/packages/implementation-packages/)
11
+ > **Canonical documentation:** [Package guide](https://pulsecompute.io/v1.0.0-beta.3/packages/implementation-packages/)
12
12
  >
13
- > This release-status block is generated from the synchronized `Pulse 1.0.0-beta.2` package policy.
13
+ > This release-status block is generated from the synchronized `Pulse 1.0.0-beta.3` package policy.
14
14
  <!-- pulse-package-status:end -->
15
15
 
16
16
  Whole-project compiler implementation used by the `pulse` workflow. Application projects should use `@pulse-compute/cli`, not import this package directly.
@@ -52,4 +52,4 @@ The package exports its root implementation plus focused compiler, CLI, extracto
52
52
 
53
53
  Compiler changes should be covered by focused static/lowering tests, canonical project inspection, provider-plan parity, packed-package discovery where relevant, and the release documentation gates.
54
54
 
55
- See the installed [implementation package guide](https://pulsecompute.io/v1.0.0-beta.2/packages/implementation-packages/) and [compilation concepts](https://pulsecompute.io/v1.0.0-beta.2/concepts/compilation-and-lowering/).
55
+ See the installed [implementation package guide](https://pulsecompute.io/v1.0.0-beta.3/packages/implementation-packages/) and [compilation concepts](https://pulsecompute.io/v1.0.0-beta.3/concepts/compilation-and-lowering/).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulse-compute/wasm-compiler",
3
- "version": "1.0.0-beta.2",
3
+ "version": "1.0.0-beta.3",
4
4
  "license": "Apache-2.0",
5
5
  "description": "PulseWasm compiler package inside the Pulse monorepo.",
6
6
  "type": "commonjs",
@@ -9,15 +9,15 @@
9
9
  "pulsewasm": "./bin/pulsewasm-extract.js"
10
10
  },
11
11
  "dependencies": {
12
- "@pulse-compute/provider-fastly": "1.0.0-beta.2",
13
- "@pulse-compute/provider-node": "1.0.0-beta.2",
14
- "@pulse-compute/wasm-build-support": "1.0.0-beta.2",
15
- "@pulse-compute/wasm-contracts": "1.0.0-beta.2",
16
- "@pulse-compute/wasm-guest-link": "1.0.0-beta.2",
17
- "@pulse-compute/wasm-host-runtime": "1.0.0-beta.2",
18
- "@pulse-compute/wasm-library-kit": "1.0.0-beta.2",
19
- "@pulse-compute/wasm-runtime-core-as": "1.0.0-beta.2",
20
- "@pulse-compute/wasm-schema-json": "1.0.0-beta.2",
12
+ "@pulse-compute/provider-fastly": "1.0.0-beta.3",
13
+ "@pulse-compute/provider-node": "1.0.0-beta.3",
14
+ "@pulse-compute/wasm-build-support": "1.0.0-beta.3",
15
+ "@pulse-compute/wasm-contracts": "1.0.0-beta.3",
16
+ "@pulse-compute/wasm-guest-link": "1.0.0-beta.3",
17
+ "@pulse-compute/wasm-host-runtime": "1.0.0-beta.3",
18
+ "@pulse-compute/wasm-library-kit": "1.0.0-beta.3",
19
+ "@pulse-compute/wasm-runtime-core-as": "1.0.0-beta.3",
20
+ "@pulse-compute/wasm-schema-json": "1.0.0-beta.3",
21
21
  "assemblyscript": "0.28.18",
22
22
  "json-as": "1.5.0",
23
23
  "typescript": "5.9.3"
@@ -58,7 +58,7 @@
58
58
  "url": "git+https://github.com/pulse-compute/pulse.git",
59
59
  "directory": "wasm/packages/compiler"
60
60
  },
61
- "homepage": "https://pulsecompute.io/v1.0.0-beta.2/packages/implementation-packages/",
61
+ "homepage": "https://pulsecompute.io/v1.0.0-beta.3/packages/implementation-packages/",
62
62
  "bugs": {
63
63
  "url": "https://github.com/pulse-compute/pulse/issues"
64
64
  },