Provides APIs for:
- simple native-code generation via
IAssemblerStream
- Fragment based API for dynamic programs via
FragmentProgram<'a>
AdaptiveFragmentProgram
for automatically grouping and compilingaset<'a>
- run
buildnative.(cmd|sh)
to build the native dependency (CMake and C++ tools required) alternatively you can copy the content of theprebuilt
folder to a new folderlibs
- run
build.(cmd|sh)
There is a number of tests that check whether or not the Assembler works on your platform/architecture which can be run via dotnet test