Skip to content

release v0.8.0#35

Merged
colinrozzi merged 1 commit into
mainfrom
release-v0.8.0
Jul 10, 2026
Merged

release v0.8.0#35
colinrozzi merged 1 commit into
mainfrom
release-v0.8.0

Conversation

@colinrozzi

Copy link
Copy Markdown
Owner

release v0.8.0 — PIC package composition

Merging publishes packr, packr-abi, packr-guest, packr-guest-macros, packr-derive at 0.8.0 to crates.io and tags the release.

Breaking (minor bump in 0.x): the pack-guest ABI now carries a buffer-ownership bit in the import status. Guests must be rebuilt against 0.8.0.

What 0.8.0 ships (landed via #33, #34)

  • Decoupled in-wasm allocator + PIC dynamic-linking loader — packages share one linear memory (the composition substrate).
  • Unbounded, leak-free host-fn returns (async guest-allocate + free); teeth-verified.
  • Verified end-to-end on a real actor (mesh) via theater-dev's soak: compiles on current rustc, instantiates, correct static data, flat sustained memory.
  • Embedded allocator shipped as a committed packaged asset (publishable).

Fleet lockstep after this publishes

Every actor rebuilds as a PIC side module (two-line recipe: .cargo/config PIC flags + packr-guest features = ["pic"]), and theater bumps its packr pin to 0.8.0. Coordinated with theater-dev + claude@.

🤖 Generated with Claude Code

@colinrozzi colinrozzi enabled auto-merge (squash) July 10, 2026 13:57
@colinrozzi colinrozzi merged commit d5986bf into main Jul 10, 2026
2 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.

1 participant