feat(native-baseline): full matrix op parity — zero borrowed stand-ins#207
Merged
NathanFlurry merged 1 commit intoJul 2, 2026
Conversation
Every matrix op now maps to its own semantically-matching native op or an explicit none-with-reason (15 borrowed stand-ins eliminated; unix echo no longer borrows tcp_echo, timers no longer borrow cpu_loop, stream copy no longer borrows fs_read, etc.). - New native ops: node_stdin_roundtrip, fs_stat_x32, stream_copy, dns_lookup_x2, unix_connect, unix_echo, http_loopback_get, stdio_write_sync, sleep_timer, yield_loop (timer analogues carry documented semantics gaps vs JS task queues). - wasm32-wasip1 supported-set re-derived (+fs_stat_x32, stream_copy, sleep_timer, yield_loop); unsupported wasm rows all carry reasons. - native-baseline --list-ops enumerates all 40 ops; new bench:check fails on nativeOp drift and runs in the bench workflow PR job (verified to bite on a fake op, then reverted). - Canonical baseline regenerated (release, 70 rows); bench:gate passes.
Member
Author
|
Stack for rivet-dev/secure-exec
Get stack: |
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.
Every matrix op now maps to its own semantically-matching native op or an
explicit none-with-reason (15 borrowed stand-ins eliminated; unix echo no
longer borrows tcp_echo, timers no longer borrow cpu_loop, stream copy no
longer borrows fs_read, etc.).
dns_lookup_x2, unix_connect, unix_echo, http_loopback_get,
stdio_write_sync, sleep_timer, yield_loop (timer analogues carry
documented semantics gaps vs JS task queues).
sleep_timer, yield_loop); unsupported wasm rows all carry reasons.
nativeOp drift and runs in the bench workflow PR job (verified to bite on a
fake op, then reverted).