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
I think zero.rs should keep example implementation of runtime-less Rust and update it as things change in Rust. In "good times" it should be some short thing with just #[no_std] and #[start], in bad times it should also contain various workarounds to make it working.
The text was updated successfully, but these errors were encountered:
But "#[no_std] no longer works"
I think zero.rs should keep example implementation of runtime-less Rust and update it as things change in Rust. In "good times" it should be some short thing with just #[no_std] and #[start], in bad times it should also contain various workarounds to make it working.
The text was updated successfully, but these errors were encountered: