Skip to content

feat(p3-shim): sync with latest 0.3.0 rc#1268

Merged
vados-cosmonic merged 1 commit intobytecodealliance:mainfrom
andreiltd:p3-sync
Feb 18, 2026
Merged

feat(p3-shim): sync with latest 0.3.0 rc#1268
vados-cosmonic merged 1 commit intobytecodealliance:mainfrom
andreiltd:p3-sync

Conversation

@andreiltd
Copy link
Member

@andreiltd andreiltd commented Feb 16, 2026

This update p3-shim implementation to the latest 0.3.0 proposal:

  • wasi:http/proxy -> wasi:http/service,
  • wall-clock -> system-clock
  • set-stdin -> read-via-stream
  • set-stdout -> write-via-stream
  • set-stderr -> write-via-stream
  • filesystem requestedIntegritySync -> requestedWriteSync
  • request/response body method is now static consume-body function
  • http client request -> send
  • use array instead of object for tuples consistently
  • use wkg to get the latest wit files - the format that wkg uses change the p3 structure and there is a single package file now - I found that if I try to use wkg fetch wkg do not preserve comments so probably it goes through binary image while using wkg get preserves command but has different file layout.

@andreiltd andreiltd changed the title feat(p3-shim): sync with latest 0.3.0 draft feat(p3-shim): sync with latest 0.3.0 rc Feb 16, 2026
Copy link
Collaborator

@vados-cosmonic vados-cosmonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Thanks for the update @andreiltd !

@vados-cosmonic vados-cosmonic added this pull request to the merge queue Feb 18, 2026
Merged via the queue into bytecodealliance:main with commit a314633 Feb 18, 2026
36 checks passed
Sign up for free to 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.

2 participants

Comments