Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 22:19
3f9f236

StaticCompiler v0.6.0

Diff since v0.5.3

Breaking changes

  • compile has been removed. This function was for compiling julia functions to be reused and called in new julia sessions, but this is no longer very useful due to the presence of pkgimages in version 1.9. StaticCompiler is back to focusing on standalone compilation.
  • compile_wasm has been removed. See WebAssemblyCompiler.jl for a more complete package for standalone compilation to WebAssembly
  • MixTape functionality has been removed. This was deemed unnecessary due to @device_override.

Merged pull requests:

Closed issues:

  • Godbolt support (#92)
  • remove compile? (#119)
  • undefined symbols in .so file (#138)
  • Limitations long-term (#140)