Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion contracts/embedder-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ exception naming) while it is still cheap — semantics unchanged
(payloadless cases still omit `value`); the **wire vocabulary is
untouched**: the brand key stays `deltic.witError/1` (an opaque constant,
CEWD-style, so pre-A10 copies and hand-rolled brands keep interoperating)
and plan-format op discriminants (a different contract) keep `tag`.**
and plan-format op discriminants (a different contract) keep `tag`;
A10 release note (2026-08-12): the rename changes `@deltic/protocol`'s
export surface, so the JSR package moves to **0.2.0** — immutable `0.1.0`
keeps the pre-A10 names for pre-A10 runtime prereleases (`^0.1.0` never
resolves across), and post-A10 workspace publishes depend on `^0.2.0`.**
This document supersedes `descriptor-ir.md`'s interim
"host value mapping" table as the destination for host-facing value shapes.
The runtime's *raw* boundary (`instance.exports`, `HostImports`) keeps the
Expand Down
2 changes: 1 addition & 1 deletion protocol/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deltic/protocol",
"version": "0.1.0",
"version": "0.2.0",
"exports": {
".": "./src/mod.ts"
},
Expand Down
Loading