v0.6.0
StaticCompiler v0.6.0
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 WebAssemblyMixTape
functionality has been removed. This was deemed unnecessary due to@device_override
.
Merged pull requests:
- Contextfix (#143) (@ArbitRandomUser)
- Major cleanup. Remove
compile
,compile_wasm
, andMixTape
(#146) (@MasonProtter)
Closed issues: