From 4959ef7f38e7209830749dca7cb442c3ed0db030 Mon Sep 17 00:00:00 2001 From: pgherveou Date: Wed, 15 Jul 2026 10:40:00 +0200 Subject: [PATCH] release: @parity/truapi-host 0.1.0 Initial public release of the WASM-backed TrUAPI host runtime. Publishes @parity/truapi-host@0.1.0 (already the version in package.json, never before published to npm). Does not touch @parity/truapi (0.3.1, already on npm and skipped by the Release workflow) or the queued @parity/truapi changesets. --- js/packages/truapi-host/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 js/packages/truapi-host/CHANGELOG.md diff --git a/js/packages/truapi-host/CHANGELOG.md b/js/packages/truapi-host/CHANGELOG.md new file mode 100644 index 00000000..661b48f9 --- /dev/null +++ b/js/packages/truapi-host/CHANGELOG.md @@ -0,0 +1,7 @@ +# @parity/truapi-host + +## 0.1.0 + +### Minor Changes + +- Initial public release of `@parity/truapi-host`: a WASM-backed TrUAPI host runtime that embeds the Rust core. Subpath entries expose the shared host types (`.`), the browser iframe + Web Worker runtime (`/web`), the Worker entry (`/worker-runtime`), and the packaged WASM bundle (`/wasm/web`).