Skip to content

Conversation

@zharinov
Copy link
Member

Summary

  • effects.rs: EffectOp and EffectOpcode for VM capture operations (CaptureNode, StartArray, SetField, etc.)
  • entrypoint.rs: Named query entry points with result types
  • type_meta.rs: TypeMetaHeader, TypeDef, TypeMember, TypeName for type information

Context

Third PR in the bytecode stack:

feat/bytecode-ids-header      ✓ merged
  └── feat/bytecode-sections  ✓ merged
        └── feat/bytecode-effects  ← this PR
              └── feat/bytecode-instructions
                    └── ...

Test plan

  • cargo check passes
  • Existing tests unaffected

Add runtime support types:
- effects: EffectOp, EffectOpcode for capture operations
- entrypoint: named query entry points
- type_meta: TypeDef, TypeMember, TypeName for type information
@zharinov zharinov force-pushed the feat/bytecode-effects branch 2 times, most recently from 44ccad7 to b25d251 Compare December 29, 2025 19:35
@zharinov zharinov merged commit 1b2a5b4 into master Dec 29, 2025
4 checks passed
@zharinov zharinov deleted the feat/bytecode-effects branch December 29, 2025 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants