You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Cargo feature that moves the asm! blocks into assembly files (.s) that get built at compile time. The syscall! macro would then call those external functions via extern fn.