Make TRY_CALL work with native functions AND a debug helper #2

Merged
defunkt merged 2 commits from TRY_CALL into main 2025-10-21 01:53:40 +00:00
Collaborator

The TRY_CALL fix is self explanitory.
bytecodeToString takes in bytecode and turns it into readable opcodes. It is fragile because it really tightly coupled to the OpCode values. But AI was really good at just spitting this code out so I figure we can just keep doing that when we need to, especially since this is just for debugging.

The TRY_CALL fix is self explanitory. `bytecodeToString` takes in bytecode and turns it into readable opcodes. It is fragile because it really tightly coupled to the OpCode values. But AI was really good at just spitting this code out so I figure we can just keep doing that when we need to, especially since this is just for debugging.
probablycorey added 2 commits 2025-10-20 22:42:21 +00:00
defunkt merged commit a885a59140 into main 2025-10-21 01:53:40 +00:00
Owner

I trust the AI

I trust the AI
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: defunkt/ReefVM#2
No description provided.