Skip to content

feat(host): submit async functions through generic drivers - #19

Closed
fffonion wants to merge 7 commits into
feat/host-capability-profilesfrom
feat/host-async-drivers
Closed

feat(host): submit async functions through generic drivers#19
fffonion wants to merge 7 commits into
feat/host-capability-profilesfrom
feat/host-async-drivers

Conversation

@fffonion

@fffonionfffonion commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • generate generic async host submissions from native async signatures
  • route futures through host-owned drivers without a dedicated edge macro path

Stack

Layer 8 of 14
Previous: #18
Next: #20

Validation

  • cargo test --locked -p pd-host-function
  • cargo test --locked --all-features --lib async_host
  • cargo test --locked --all-features --test runtime_host_tests

@fffonion
fffonionforce-pushed the feat/host-capability-profiles branch from 54a7fcf to 2ed098cCompareAugust 11, 2026 12:08
@fffonion
fffonionforce-pushed the feat/host-async-drivers branch from 71c8895 to 76f0b8dCompareAugust 11, 2026 12:08
@fffonion
fffonionforce-pushed the feat/host-capability-profiles branch from 2ed098c to f0f625eCompareAugust 17, 2026 10:47
@fffonion

Copy link
Copy Markdown
CollaboratorAuthor

Superseded by #18. Generic async host drivers are now part of the capability and async-execution layer.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@fffonion