Skip to content

release-2015-07-21

Compare
Choose a tag to compare
@zdevito zdevito released this 22 Jul 02:12
· 533 commits to master since this release

This release has two major changes.

  • Support for cross-compilation. Functions like terralib.saveobj can now emit code for non-native architectures see the documentation at http://terralang.org/api.html for more information.
  • Support for stand-alone static linking. It is now possible to link against a static libterra.a that includes everything you need to run Terra include the right LuaJIT and LLVM code. The library itself has no external dependencies on the filesystem.