Hacker News new | ask | show | jobs
by pron 2 days ago
With FFM you can do unsafe things, such as call native code and directly manipulate memory read from or written to by native code.
1 comments

Eh, I don't really count FFM. Would you have said JNI before Java 22? FFM is little more than a convenient wrapper around the same that can be dome with JNI.