Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove weird statistics #2

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions content/blog/2024-08-12-transition-announcement.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,7 @@ Our immediate focus is on the following tasks:
- **Better compatibility.**
- Fully switch to [quasi-pointers](https://github.com/EmbarkStudios/spirt/pull/24) to
support more advanced Rust constructs.
- Add `alloc` support. This will allow us to move from supporting [at most 500
`no_std`, no alloc crates](https://crates.io/categories/no-std::no-alloc) to [over
6,000 `no_std` + alloc crates](https://crates.io/categories/no-std).
- Add `alloc` support. This will allow us to use even more `no_std` crates that also allocate memory.
- **Better testing.**
- Develop our own crater-like tool to create a burndown list of `no_std` and `alloc`
crates that don't work with Rust GPU.
Expand Down
Loading