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
With extra level of indirection and abstraction we can create a no_std runtime. Right now allocations are mostly used for label and relocation bookkeeping. Code buffers are now abstracted enough for static buffers.
With extra level of indirection and abstraction we can create a
no_stdruntime. Right now allocations are mostly used for label and relocation bookkeeping. Code buffers are now abstracted enough for static buffers.