Replies: 1 comment
-
I'm unsure, they would need to be executed in a VM. However, this code is just a few lines of raw assembly. I think we can get away with reviewing these functions "with eyes" and depending on all other tests to execute them for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now this code is cfg-gated, both in the SDK:
athena/vm/sdk/src/lib.rs
Lines 6 to 18 in 461e631
as well as in the underlying syscode implementation:
athena/vm/entrypoint/src/syscalls/host.rs
Lines 18 to 42 in 461e631
The former won't even compile for the host; the latter will compile but can't be executed.
@poszu any ideas how we can allow testing of this code?
Related: #109, #107
Beta Was this translation helpful? Give feedback.
All reactions