-
Notifications
You must be signed in to change notification settings - Fork 228
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for OTP 26 by supporting NIF v2.17 (#526)
This is adding support for the new functions that are included in the latest OTP version 26. Pre-release notes: https://github.com/erlang/otp/releases/tag/OTP-26.0-rc2 New functions added: - enif_set_option - enif_get_string_length - enif_make_new_atom - enif_make_new_atom_len This version also introduce support for UTF8 atoms and strings in the NIF interface.
- Loading branch information
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters