Skip to content

Commit

Permalink
chore: add bytecode TODO entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Apr 21, 2023
1 parent 2979803 commit 0d24926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- [ ] Implement low level data types
- [ ] Unit tests to ensure they are 1:1 with the spec
- [ ] Implement [Dalvik bytecode](https://source.android.com/docs/core/runtime/dalvik-bytecode)
- [ ] Implement high level API around data types
- [ ] Implement call sites: [docs](https://source.android.com/docs/core/runtime/dex-format#call-site-item)
- [ ] Parallelize serialization/deserialization via `rayon`
Expand Down

0 comments on commit 0d24926

Please sign in to comment.