okay
new plan
figure out how to call rust from c
then try to pivot that into calling it from assembly
yes writing the runtime in c would be easier
but then the computer wins
@catoutofbed are you saying
rust has its own abi??
@catoutofbed c++Ùˆ maybe?
@meena
no i think it does default to rust's abi
@catoutofbed that would've been my next guess
@meena
yes?
i assumed it would default to the c abi when i used extern for some reason
it clearly doesn't