build(pvm): PolkaVM application runtime bridge pinned at v0.1.10 + WebGPU compute - #613
Open
replghost wants to merge 54 commits into
Open
build(pvm): PolkaVM application runtime bridge pinned at v0.1.10 + WebGPU compute#613replghost wants to merge 54 commits into
replghost wants to merge 54 commits into
Conversation
…nto integrate/pr540-motion # Conflicts: # Cargo.lock
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.
Summary
Integrates the PolkaVM application runtime bridge:
truapi-pvm-hostre-exports and pins one reviewedpvm-host-runtimerevision so Hosts consume the standalone runtime through this crate rather than pinning it directly.5d7b86b46842a31c6ca8de2d23c2c7926b12f14e(v0.1.10 + WebGPU compute); source identity is asserted by tests against the packaged browser assets.Sequencing
1755e797) plus a prototype computer adapter from pvm-host-runtimefeat/browser-computer.RUNTIME_SOURCE_REVISIONto include thepolkadot-host-computer/0.1contract; dotli then repins the reviewed bridge release and drops the prototype adapter.Verification
cargo test -p truapi-pvm-hostasserts the pinned revision and browser asset completeness/source identity.node scripts/sync-pvm-runtime-assets.mjs --check) verifies bridge-exported artifacts match the pinned source build.