The description of how to make a trampoline in Rust to translate from the Go calling convention to the Rust calling convention and back is great! Also a cool example of why the asm macro and naked function attribute are so useful!
asm
Thank you! Appreciate the feedback
btw mirrord looks super useful. TIL.
The description of how to make a trampoline in Rust to translate from the Go calling convention to the Rust calling convention and back is great! Also a cool example of why the
asm
macro and naked function attribute are so useful!Thank you! Appreciate the feedback
btw mirrord looks super useful. TIL.