RFC 0002: expand extern host ABI to decision-ready proposal#72
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Same treatment as #70 did for RFC 0001 (memory model): pushes RFC 0002 (extern host ABI) from "strawman with 7 open questions" to "specific proposal with 2 open questions and a concrete implementation roadmap."
What changed
Added sections
Resolutions to open questions (7 -> 2)
Why now
RFC 0001 (memory model) reached decision-ready form in #70 and is awaiting review. RFC 0002 was the obvious follow-up since:
What this PR does NOT do
What unblocks next
Once accepted: Phase 5 implementation can start independently of Phases 1-4 if we're willing to ship extern host without memory model support for non-primitive return types. Most stdlib host functions return `[u8; 32]` or other fixed arrays that the v0 grammar already accepts.
The position paper (#67) gains a concrete extern-host story to cite. Existing chains (none today) would not be affected by either RFC since they have no `extern host` calls.