feat(host-wasm): add @parity/truapi-host-wasm runtime#252
Open
pgherveou wants to merge 2 commits into
Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This was referenced Jun 30, 2026
1c8334a to
691b822
Compare
b137a87 to
23b8487
Compare
691b822 to
a9e4a7a
Compare
23b8487 to
1a3f7b8
Compare
fe9d731 to
7e60390
Compare
4d25aec to
ee1a104
Compare
2dc7094 to
e31bd39
Compare
36356d0 to
f71e58a
Compare
e31bd39 to
2cc45b1
Compare
Base automatically changed from
rust-core/04-codegen
to
rust-core/03-server-runtime
July 1, 2026 08:14
71a3f71 to
195a6b7
Compare
f71e58a to
1aa779b
Compare
This was referenced Jul 1, 2026
79ffd50 to
e895f87
Compare
195a6b7 to
538cb2e
Compare
New WASM-backed host runtime package embedding the Rust core, with web iframe and Web Worker entry points. Updates the @parity/truapi client (SCALE, sandbox, transport) and drops the obsolete explorer 0.3.2 codegen snapshot.
538cb2e to
3e7a360
Compare
e895f87 to
3502aca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New WASM-backed host runtime package embedding the Rust core, with web iframe and Web Worker entry points. Updates the
@parity/truapiclient (SCALE, sandbox, transport) and drops the obsolete explorer 0.3.2 codegen snapshot.Stack
Part of the Rust core runtime port (umbrella: #104), split into a reviewable stack. Merge bottom-up.