You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the exact pinned tail-call binary and validation surface before changing execution.
Acceptance:
Inventory every opcode, immediate, stack signature, validation rule, and proposal corpus file at WebAssembly/tail-call@a6003d06aefef41e20a3e36fe2e500062555c895.
Decode and feature-gate return_call and return_call_indirect with exact byte-offset diagnostics.
Validate direct/indirect type compatibility, table/reference constraints, indices, unreachable-polymorphic stacks, and function-result tail compatibility.
Add focused malformed/valid binary tests with deterministic disabled-feature rejection.
Check in the machine-readable opcode/file inventory and drift verifier.
Parent: #266
Roadmap: #142, #134
Implement the exact pinned tail-call binary and validation surface before changing execution.
Acceptance:
WebAssembly/tail-call@a6003d06aefef41e20a3e36fe2e500062555c895.return_callandreturn_call_indirectwith exact byte-offset diagnostics.