👉@meena@glitch.social utilise witches.town. Vous pouvez læ suivre et interagir si vous possédez un compte quelque part dans le "fediverse".

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

wait
really?

so apparently the key is to not just do
#[no_mangle]
pub fn extern ...
but to do
#[no_mangle]
pub fn extern "C" ...

heckie

@meena
yes?
i assumed it would default to the c abi when i used extern for some reason
it clearly doesn't