Skip to content

Commit b559d8f

Browse files
committed
fix: address review rollbacks
1 parent 6a78d64 commit b559d8f

38 files changed

Lines changed: 62 additions & 2387 deletions

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ DOTLI := hosts/dotli
1313
HOST_WASM_PKG := $(JS_PACKAGES)/truapi-host-wasm
1414
HOST_WASM_GENERATED := $(HOST_WASM_PKG)/src/generated/host-callbacks.ts
1515
HOST_WASM_WEB := $(HOST_WASM_PKG)/dist/wasm/web/truapi_server.js
16-
HOST_WASM_NODE := $(HOST_WASM_PKG)/dist/wasm/node/truapi_server.js
1716
DOTLI_UI := $(DOTLI)/packages/ui
1817
DOTLI_HOST_WASM_LINK := $(DOTLI_UI)/node_modules/@parity/truapi-host-wasm
1918
SIGNER_BOT_BASE_URL ?= https://signing-bot-dev.novasama-tech.org/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ a single package with tree-shakeable subpath entries (the separate
8282
`@parity/truapi-host`, with no shared core, is for hosts that bring their own runtime):
8383

8484
- `@parity/truapi-host-wasm` (the `.` entry) ships the `truapi-server` WASM bundle, the
85-
`Provider` factories that drive it, the dispatcher adapter, and `createNodeWasmProvider`.
85+
`Provider` factories that drive it and the dispatcher adapter.
8686
- `@parity/truapi-host-wasm/web` wires the WASM provider into a browser host: the iframe
8787
MessageChannel handshake (`createIframeHost`) plus `createWebWorkerProvider`.
8888
- `@parity/truapi-host-wasm/electron` wraps an Electron `MessagePortMain` as a `Provider`.

docs/design/host-contract-and-core-impl/A - host-primitives.md

Lines changed: 0 additions & 178 deletions
This file was deleted.

0 commit comments

Comments
 (0)