Skip to content
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