Commit 7520f00
docs(proposals): 0001 — add resolved Open Question #6 (access-site carrier)
Surfaces the access-site carrier gap discovered while pre-staging the
L2 codec in PR #77: the typedwasm.regions section says *which regions
exist* but doesn't say which (region_id, field_id) any individual wasm
load/store targets. Sufficient for L2-the-spec; insufficient for
L2-the-enforcement.
Owner-resolved 2026-05-27 (see typed-wasm#78): adopt **option A** —
a per-instruction access-site carrier (typedwasm.access-sites)
mapping (func_idx, instruction_byte_offset) → (region_id, field_id).
Wire-format design lands in docs/proposals/0002-...adoc as a
follow-up; verify_region_binding (omitted from PR #77) is gated on
that proposal's acceptance.
Refs #78 (access-site carrier — option A)
Refs #77 (codec pre-stage that discovered the gap)
Refs #34 (parent issue)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5d66f9d commit 7520f00
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
292 | 310 | | |
293 | 311 | | |
294 | 312 | | |
| |||
0 commit comments