Add line for graalvm native-image in future plans

This commit is contained in:
Joshua Suskalo 2024-11-22 10:26:33 -05:00
parent 030c091c6d
commit 167d3e0d9b
No known key found for this signature in database
GPG key ID: 9B6BA586EFF1B9F0

View file

@ -152,6 +152,7 @@ These features are planned for future releases.
- Improve error messages from defcfn macro
- Mapped memory
- Helper macros for custom serde implementations for composite data types (this is in progress [for structs](https://github.com/IGJoshua/coffi/issues/12)!)
- Support for GraalVM Native Image (once their support for FFM becomes mature)
## License