feat(truapi-platform): add host capability traits#249
Merged
Conversation
This was referenced Jun 30, 2026
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
a302550 to
c093b46
Compare
4b83619 to
4843b5c
Compare
c093b46 to
cf0b2c3
Compare
4843b5c to
df4a0ba
Compare
Adds the canonical testing module (api/testing.rs) and its v01/v02/versioned wiring used by the Rust host runtime and generated clients.
cf0b2c3 to
8e0e71f
Compare
df4a0ba to
1a7d349
Compare
This was referenced Jul 1, 2026
1a7d349 to
0a7b831
Compare
0a7b831 to
d2454f8
Compare
TarikGul
reviewed
Jul 2, 2026
TarikGul
reviewed
Jul 2, 2026
TarikGul
approved these changes
Jul 2, 2026
TarikGul
left a comment
Member
There was a problem hiding this comment.
I dont want to be a blocker for this so approving, but one bigger nit, and one smaller one.
valentinfernandez1
requested changes
Jul 2, 2026
New crate defining the host syscall traits (storage, navigation, consent, permissions, ...) that host runtimes implement. Types are re-exported from truapi::versioned/v01 rather than redefined.
d2454f8 to
8c93e99
Compare
Collaborator
Author
|
sorry for the force-push 🙈 need to fixup my skills that dispatch the PR from the umbrella #104 so it does not do it anymore |
valentinfernandez1
approved these changes
Jul 2, 2026
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 crate defining the host syscall traits (storage, navigation, consent, permissions, ...) that host runtimes implement. Types are re-exported from
truapi::versioned/v01rather than redefined.Stack
Part of the Rust core runtime port (umbrella: #104), split into a reviewable stack. Merge bottom-up.