v0.3.0
Unifex finally supports CNodes! It means that the same C/C++ code can be now compiled both as NIF and CNode, so one can choose between speed and fault tolerance at any point. See updated tutorial for details.
Improvements
- Support for CNodes #33 #45
- Support for C++ #30
- Support for Bundlex preprocessor - no need for specifying generated sources manually in
bundlex.exs, see readme for details #49 - Integration tests #40
- Bug fixes #54 #53
Breaking changes
- Generated code structure should be no longer relied on - Bundlex preprocessor should be used for compiling generated sources.